Trace number 3703670

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.0? (TO) 1800.19 900.514

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark299
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
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 constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
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 2755
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-3703670-1338095251.opb.
0.00/0.00	c Instance file HOME/instance-3703670-1338095251.opb
0.00/0.00	c File size is 4831588 bytes.
0.38/0.47	c Cost Offset: 0
0.38/0.47	c Highest Coefficient sum: 2755
0.38/0.47	c ============================[ Problem Statistics ]=============================
0.38/0.47	c |                                                                             |
0.38/0.47	c |  Parsing time:          0.47         s                                      |
0.38/0.47	c |  Number Variables:      8878                                                |
0.38/0.47	c |  Number Clauses:        1                                                   |
0.38/0.47	c |  Number Cardinality:    0                                                   |
0.38/0.47	c |  Number PB Constraints: 17459                                               |
0.38/0.47	c |                                                                             |
0.38/0.48	c |  Problem Type:          Optimization                                        |
0.38/0.48	c |  Objective Function:    Cardinality Constraint                              |
0.38/0.48	c |                                                                             |
0.38/0.48	c ===============================================================================
1800.19/900.51	c ===============================================================================
1800.19/900.51	c Wall Clock Time: 900.51 s
1800.19/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-3703670-1338095251/watcher-3703670-1338095251 -o /tmp/evaluation-result-3703670-1338095251/solver-3703670-1338095251 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703670-1338095251.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: 3.99 3.97 3.98 4/178 32571
/proc/meminfo: memFree=31459452/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=9040 CPUtime=0 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) R 32569 32571 31075 0 -1 4202496 430 0 0 0 0 0 0 0 20 0 1 0 275649983 9256960 382 33554432000 4194304 5965102 140734314742640 140734314740536 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 2260 382 171 433 0 644 0

[startup+0.0646199 s]
/proc/loadavg: 3.99 3.97 3.98 4/178 32571
/proc/meminfo: memFree=31459452/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=17284 CPUtime=0.05 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) R 32569 32571 31075 0 -1 4202496 2632 0 0 0 5 0 0 0 20 0 1 0 275649983 17698816 2584 33554432000 4194304 5965102 140734314742640 140734314740536 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 4321 2585 324 433 0 2705 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17284

[startup+0.100361 s]
/proc/loadavg: 3.99 3.97 3.98 4/178 32571
/proc/meminfo: memFree=31459452/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=22556 CPUtime=0.09 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) R 32569 32571 31075 0 -1 4202496 4009 0 0 0 9 0 0 0 20 0 1 0 275649983 23097344 3961 33554432000 4194304 5965102 140734314742640 140734314740536 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 5639 3962 417 433 0 4023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22556

[startup+0.300324 s]
/proc/loadavg: 3.99 3.97 3.98 4/178 32571
/proc/meminfo: memFree=31459452/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=48536 CPUtime=0.29 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) R 32569 32571 31075 0 -1 4202496 10992 0 0 0 28 1 0 0 20 0 1 0 275649983 49700864 10944 33554432000 4194304 5965102 140734314742640 140734314740536 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 12134 10946 898 433 0 10518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48536

[startup+0.700216 s]
/proc/loadavg: 3.99 3.97 3.98 4/178 32571
/proc/meminfo: memFree=31459452/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=228688 CPUtime=0.91 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 26880 0 0 0 86 5 0 0 20 0 3 0 275649983 234176512 25644 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57172 25644 192 433 0 56736 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 228688

[startup+1.5004 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31358220/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=2.51 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 26958 0 0 0 246 5 0 0 20 0 3 0 275649983 233439232 25547 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 25547 195 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=1.01 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 8455 0 0 0 98 3 0 0 20 0 3 0 275650031 233439232 25547 33554432000 4194304 5965102 140734314742640 139898270718744 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=1.01 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 536 0 0 0 101 0 0 0 20 0 3 0 275650031 233439232 25547 33554432000 4194304 5965102 140734314742640 139898260228344 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 227968

[startup+3.1004 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31357972/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=5.71 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 27006 0 0 0 566 5 0 0 20 0 3 0 275649983 233439232 25595 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 25595 198 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=2.6 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 8475 0 0 0 257 3 0 0 20 0 3 0 275650031 233439232 25595 33554432000 4194304 5965102 140734314742640 139898270717992 4393999 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=2.6 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 564 0 0 0 260 0 0 0 20 0 3 0 275650031 233439232 25595 33554432000 4194304 5965102 140734314742640 139898260228344 4404761 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 227968

[startup+6.30039 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31356608/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=12.1 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 27124 0 0 0 1205 5 0 0 20 0 3 0 275649983 233439232 25713 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 25713 198 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=5.79 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 8539 0 0 0 576 3 0 0 20 0 3 0 275650031 233439232 25713 33554432000 4194304 5965102 140734314742640 139898270717752 4394002 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=5.8 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 618 0 0 0 580 0 0 0 20 0 3 0 275650031 233439232 25713 33554432000 4194304 5965102 140734314742640 139898260228344 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 227968

[startup+12.7004 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31354384/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=24.91 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 27414 0 0 0 2485 6 0 0 20 0 3 0 275649983 233439232 26003 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 26003 198 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=12.18 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 8706 0 0 0 1215 3 0 0 20 0 3 0 275650031 233439232 26003 33554432000 4194304 5965102 140734314742640 139898270717944 4222474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=12.18 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 741 0 0 0 1218 0 0 0 20 0 3 0 275650031 233439232 26003 33554432000 4194304 5965102 140734314742640 139898260228408 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 227968

[startup+25.5004 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31350656/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=50.5 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 27995 0 0 0 5043 7 0 0 20 0 3 0 275649983 233439232 26584 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 26584 198 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=24.94 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 9051 0 0 0 2490 4 0 0 20 0 3 0 275650031 233439232 26584 33554432000 4194304 5965102 140734314742640 139898270717944 4404738 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=24.95 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 977 0 0 0 2495 0 0 0 20 0 3 0 275650031 233439232 26584 33554432000 4194304 5965102 140734314742640 139898260228408 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 227968

[startup+51.1004 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31342176/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=101.7 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 28961 0 0 0 10161 9 0 0 20 0 3 0 275649983 233439232 27550 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 27550 198 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=50.47 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 9627 0 0 0 5042 5 0 0 20 0 3 0 275650031 233439232 27550 33554432000 4194304 5965102 140734314742640 139898270717752 4404413 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=50.48 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 1367 0 0 0 5048 0 0 0 20 0 3 0 275650031 233439232 27550 33554432000 4194304 5965102 140734314742640 139898260228456 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 227968

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32574
/proc/meminfo: memFree=31328736/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=227968 CPUtime=204.09 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 30446 0 0 0 20398 11 0 0 20 0 3 0 275649983 233439232 29034 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 56992 29034 198 433 0 56556 0
[pid=32571/tid=32573] ppid=32569 vsize=227968 CPUtime=101.54 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 10866 0 0 0 10146 8 0 0 20 0 3 0 275650031 233439232 29034 33554432000 4194304 5965102 140734314742640 139898270717992 4404410 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=227968 CPUtime=101.56 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 1613 0 0 0 10154 2 0 0 20 0 3 0 275650031 233439232 29034 33554432000 4194304 5965102 140734314742640 139898260228456 4393995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 227968

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/182 32577
/proc/meminfo: memFree=31313728/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=228292 CPUtime=324.02 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 31884 0 0 0 32389 13 0 0 20 0 3 0 275649983 233771008 30623 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57073 30623 198 433 0 56637 0
[pid=32571/tid=32573] ppid=32569 vsize=228292 CPUtime=161.37 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 11570 0 0 0 16127 10 0 0 20 0 3 0 275650031 233771008 30623 33554432000 4194304 5965102 140734314742640 139898270717752 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=228292 CPUtime=161.37 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 2347 0 0 0 16133 4 0 0 20 0 3 0 275650031 233771008 30623 33554432000 4194304 5965102 140734314742640 139898260228216 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.02
Current children cumulated vsize (KiB) 228292

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32577
/proc/meminfo: memFree=31299852/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=228616 CPUtime=444 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 33226 0 0 0 44384 16 0 0 20 0 3 0 275649983 234102784 33617 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57154 33617 198 433 0 56718 0
[pid=32571/tid=32573] ppid=32569 vsize=228616 CPUtime=221.21 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 12449 0 0 0 22108 13 0 0 20 0 3 0 275650031 234102784 33617 33554432000 4194304 5965102 140734314742640 139898270717944 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=228616 CPUtime=221.21 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 2810 0 0 0 22115 6 0 0 20 0 3 0 275650031 234102784 33617 33554432000 4194304 5965102 140734314742640 139898260228408 4404757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444
Current children cumulated vsize (KiB) 228616

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32577
/proc/meminfo: memFree=31291284/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=228688 CPUtime=563.98 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 33891 0 0 0 56381 17 0 0 20 0 3 0 275649983 234176512 34282 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57172 34282 198 433 0 56736 0
[pid=32571/tid=32573] ppid=32569 vsize=228688 CPUtime=281.06 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 12813 0 0 0 28091 15 0 0 20 0 3 0 275650031 234176512 34282 33554432000 4194304 5965102 140734314742640 139898270717752 4404761 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=228688 CPUtime=281.06 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 3111 0 0 0 28098 8 0 0 20 0 3 0 275650031 234176512 34282 33554432000 4194304 5965102 140734314742640 139898260228408 4222320 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 563.98
Current children cumulated vsize (KiB) 228688

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32578
/proc/meminfo: memFree=31275716/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=229008 CPUtime=683.95 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 35958 0 0 0 68374 21 0 0 20 0 3 0 275649983 234504192 36360 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57252 36360 198 433 0 56816 0

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

[pid=32571/tid=32574] ppid=32569 vsize=229008 CPUtime=340.9 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 3741 0 0 0 34080 10 0 0 20 0 3 0 275650031 234504192 36360 33554432000 4194304 5965102 140734314742640 139898260228408 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 683.95
Current children cumulated vsize (KiB) 229008

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32578
/proc/meminfo: memFree=31272416/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=229008 CPUtime=803.93 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 36745 0 0 0 80369 24 0 0 20 0 3 0 275649983 234504192 37177 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57252 37177 198 433 0 56816 0
[pid=32571/tid=32573] ppid=32569 vsize=229008 CPUtime=400.75 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 14707 0 0 0 40054 21 0 0 20 0 3 0 275650031 234504192 37177 33554432000 4194304 5965102 140734314742640 139898270717992 4404407 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=229008 CPUtime=400.75 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 4071 0 0 0 40063 12 0 0 20 0 3 0 275650031 234504192 37177 33554432000 4194304 5965102 140734314742640 139898260228408 4394002 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 803.93
Current children cumulated vsize (KiB) 229008

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32578
/proc/meminfo: memFree=31269128/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=229008 CPUtime=923.92 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 37169 0 0 0 92367 25 0 0 20 0 3 0 275649983 234504192 37601 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57252 37601 198 433 0 56816 0
[pid=32571/tid=32573] ppid=32569 vsize=229008 CPUtime=460.59 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 15131 0 0 0 46038 21 0 0 20 0 3 0 275650031 234504192 37601 33554432000 4194304 5965102 140734314742640 139898270717944 4404717 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=229008 CPUtime=460.6 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 4071 0 0 0 46047 13 0 0 20 0 3 0 275650031 234504192 37601 33554432000 4194304 5965102 140734314742640 139898260228408 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 923.92
Current children cumulated vsize (KiB) 229008

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32578
/proc/meminfo: memFree=31250768/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=229008 CPUtime=1043.9 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 39139 0 0 0 104361 29 0 0 20 0 3 0 275649983 234504192 39571 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 57252 39571 198 433 0 56816 0
[pid=32571/tid=32573] ppid=32569 vsize=229008 CPUtime=520.44 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 16547 0 0 0 52019 25 0 0 20 0 3 0 275650031 234504192 39571 33554432000 4194304 5965102 140734314742640 139898270717992 4404767 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=229008 CPUtime=520.44 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 4625 0 0 0 52029 15 0 0 20 0 3 0 275650031 234504192 39571 33554432000 4194304 5965102 140734314742640 139898260228408 4404761 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1043.9
Current children cumulated vsize (KiB) 229008

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32578
/proc/meminfo: memFree=31239788/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295024 CPUtime=1163.87 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 40786 0 0 0 116355 32 0 0 20 0 3 0 275649983 302104576 41229 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73756 41229 198 433 0 73320 0
[pid=32571/tid=32573] ppid=32569 vsize=295024 CPUtime=580.29 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 17515 0 0 0 58001 28 0 0 20 0 3 0 275650031 302104576 41229 33554432000 4194304 5965102 140734314742640 139898270717752 4404711 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295024 CPUtime=580.29 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 5304 0 0 0 58012 17 0 0 20 0 3 0 275650031 302104576 41229 33554432000 4194304 5965102 140734314742640 139898260228216 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1163.87
Current children cumulated vsize (KiB) 295024

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.98 5/181 32579
/proc/meminfo: memFree=31238912/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295024 CPUtime=1283.87 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 40857 0 0 0 128355 32 0 0 20 0 3 0 275649983 302104576 41310 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73756 41310 198 433 0 73320 0
[pid=32571/tid=32573] ppid=32569 vsize=295024 CPUtime=640.14 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 17586 0 0 0 63985 29 0 0 20 0 3 0 275650031 302104576 41310 33554432000 4194304 5965102 140734314742640 139898270717752 4404757 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295024 CPUtime=640.14 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 5304 0 0 0 63996 18 0 0 20 0 3 0 275650031 302104576 41310 33554432000 4194304 5965102 140734314742640 139898260228216 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.87
Current children cumulated vsize (KiB) 295024

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.98 3/176 32630
/proc/meminfo: memFree=31403956/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295024 CPUtime=1403.84 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 41133 0 0 0 140351 33 0 0 20 0 3 0 275649983 302104576 41586 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73756 41586 198 433 0 73320 0
[pid=32571/tid=32573] ppid=32569 vsize=295024 CPUtime=699.98 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 17862 0 0 0 69967 31 0 0 20 0 3 0 275650031 302104576 41586 33554432000 4194304 5965102 140734314742640 139898270717992 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295024 CPUtime=699.98 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 5304 0 0 0 69979 19 0 0 20 0 3 0 275650031 302104576 41586 33554432000 4194304 5965102 140734314742640 139898260228216 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.84
Current children cumulated vsize (KiB) 295024

[startup+762.307 s]
/proc/loadavg: 3.95 3.96 3.98 5/182 355
/proc/meminfo: memFree=30885892/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295024 CPUtime=1523.83 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 42580 0 0 0 152348 35 0 0 20 0 3 0 275649983 302104576 43033 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73756 43033 198 433 0 73320 0
[pid=32571/tid=32573] ppid=32569 vsize=295024 CPUtime=759.83 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 19308 0 0 0 75949 34 0 0 20 0 3 0 275650031 302104576 43033 33554432000 4194304 5965102 140734314742640 139898270717752 4222324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295024 CPUtime=759.84 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 5305 0 0 0 75964 20 0 0 20 0 3 0 275650031 302104576 43033 33554432000 4194304 5965102 140734314742640 139898260228216 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.83
Current children cumulated vsize (KiB) 295024

[startup+822.3 s]
/proc/loadavg: 4.01 3.97 3.98 5/181 355
/proc/meminfo: memFree=30875784/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295024 CPUtime=1643.8 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 44432 0 0 0 164342 38 0 0 20 0 3 0 275649983 302104576 44921 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73756 44921 198 433 0 73320 0
[pid=32571/tid=32573] ppid=32569 vsize=295024 CPUtime=819.67 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 20541 0 0 0 81930 37 0 0 20 0 3 0 275650031 302104576 44921 33554432000 4194304 5965102 140734314742640 139898270717944 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295024 CPUtime=819.68 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 5924 0 0 0 81945 23 0 0 20 0 3 0 275650031 302104576 44921 33554432000 4194304 5965102 140734314742640 139898260228408 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.8
Current children cumulated vsize (KiB) 295024

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.98 5/181 355
/proc/meminfo: memFree=30824084/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295384 CPUtime=1763.78 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 45143 0 0 0 176338 40 0 0 20 0 3 0 275649983 302473216 45632 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73846 45632 198 433 0 73410 0
[pid=32571/tid=32573] ppid=32569 vsize=295384 CPUtime=879.51 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 21094 0 0 0 87912 39 0 0 20 0 3 0 275650031 302473216 45632 33554432000 4194304 5965102 140734314742640 139898270717992 4404767 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295384 CPUtime=879.52 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 6082 0 0 0 87928 24 0 0 20 0 3 0 275650031 302473216 45632 33554432000 4194304 5965102 140734314742640 139898260228408 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.78
Current children cumulated vsize (KiB) 295384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 3.97 3.98 5/180 355
/proc/meminfo: memFree=30818604/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295384 CPUtime=1800.19 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 45143 0 0 0 179979 40 0 0 20 0 3 0 275649983 302473216 45632 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73846 45632 198 433 0 73410 0
[pid=32571/tid=32573] ppid=32569 vsize=295384 CPUtime=897.67 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 21094 0 0 0 89728 39 0 0 20 0 3 0 275650031 302473216 45632 33554432000 4194304 5965102 140734314742640 139898270717992 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295384 CPUtime=897.68 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 6082 0 0 0 89744 24 0 0 20 0 3 0 275650031 302473216 45632 33554432000 4194304 5965102 140734314742640 139898260228408 4222320 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 295384

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 3.97 3.98 5/180 355
/proc/meminfo: memFree=30818604/32873844 swapFree=7112/7112
[pid=32571] ppid=32569 vsize=295384 CPUtime=1800.19 cores=1,3,5,7
/proc/32571/stat : 32571 (pwbo2.0) S 32569 32571 31075 0 -1 4202496 45143 0 0 0 179979 40 0 0 20 0 3 0 275649983 302473216 45632 33554432000 4194304 5965102 140734314742640 140734314742160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32571/statm: 73846 45632 198 433 0 73410 0
[pid=32571/tid=32573] ppid=32569 vsize=295384 CPUtime=897.67 cores=1,3,5,7
/proc/32571/task/32573/stat : 32573 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 21094 0 0 0 89728 39 0 0 20 0 3 0 275650031 302473216 45632 33554432000 4194304 5965102 140734314742640 139898270717992 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=32571/tid=32574] ppid=32569 vsize=295384 CPUtime=897.68 cores=1,3,5,7
/proc/32571/task/32574/stat : 32574 (pwbo2.0) R 32569 32571 31075 0 -1 4202560 6082 0 0 0 89744 24 0 0 20 0 3 0 275650031 302473216 45632 33554432000 4194304 5965102 140734314742640 139898260228408 4222320 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 295384

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32571 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=195088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=673897
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.514
CPU time (s): 1800.19
CPU user time (s): 1799.79
CPU system time (s): 0.4
CPU usage (%): 199.907
Max. virtual memory (cumulated for all children) (KiB): 295384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 0.673897
maximum resident set size= 182532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45144
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= 310
involuntary context switches= 1940

runsolver used 1.9817 second user time and 5.75512 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 07:07:31
IDJOB=3703670
IDBENCH=2949
IDSOLVER=2279
FILE ID=node142/3703670-1338095251
RUNJOBID= node142-1338085847-31092
PBS_JOBID= 14624428
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=1341636602

node142.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.776
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.55
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.776
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.776
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	: 5391.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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:       32873844 kB
MemFree:        31459204 kB
Buffers:          262256 kB
Cached:           229604 kB
SwapCached:            0 kB
Active:           540944 kB
Inactive:          70676 kB
Active(anon):     110584 kB
Inactive(anon):    11212 kB
Active(file):     430360 kB
Inactive(file):    59464 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10168 kB
Writeback:             0 kB
AnonPages:        126308 kB
Mapped:            12524 kB
Shmem:               200 kB
Slab:             663028 kB
SReclaimable:     105160 kB
SUnreclaim:       557868 kB
KernelStack:        1464 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node142 at 2012-05-27 07:22:34