Trace number 4086520

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
Open-WBO PB16? (TO) 1800.25 1800.6

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark233
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
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 constraints10895
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 2555
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
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4086520-1465255813.opb
0.00/0.00	c File size is 3082602 bytes.
1800.05/1800.40	c Sum of soft weights:          511
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	c ========================================[ Problem Statistics ]===========================================
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	c |  Problem Type:             Weighted                                                                   |
1800.05/1800.40	c |  Number of variables:          5584                                                                   |
1800.05/1800.40	c |  Number of hard clauses:          0                                                                   |
1800.05/1800.40	c |  Number of soft clauses:          9                                                                   |
1800.05/1800.40	c |  Number of cardinality:           0                                                                   |
1800.05/1800.40	c |  Number of PB :               10895                                                                   |
1800.05/1800.40	c |  Parse time:                   0.34 s                                                                 |
1800.05/1800.40	c |                                                                                                       |
1800.05/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4086520-1465255813/watcher-4086520-1465255813 -o /tmp/evaluation-result-4086520-1465255813/solver-4086520-1465255813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465239588-2440 --watchdog 1960 open-wbo HOME/instance-4086520-1465255813.opb 

pid=4283
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: 1.92 2.01 2.01 3/177 4286
/proc/meminfo: memFree=31371684/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=5216 CPUtime=0 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 107513091 5341184 933 33554432000 4194304 6059633 140734349705952 140736573272248 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 1304 933 887 456 0 87 0

[startup+0.100164 s]
/proc/loadavg: 1.92 2.01 2.01 3/177 4286
/proc/meminfo: memFree=31371684/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=7044 CPUtime=0.09 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 1512 0 0 0 9 0 0 0 20 0 1 0 107513091 7213056 1387 33554432000 4194304 6059633 140734349705952 140736573272248 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 1761 1387 887 456 0 544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7044

[startup+0.200284 s]
/proc/loadavg: 1.92 2.01 2.01 3/177 4286
/proc/meminfo: memFree=31371684/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=9000 CPUtime=0.19 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 1976 0 0 0 19 0 0 0 20 0 1 0 107513091 9216000 1851 33554432000 4194304 6059633 140734349705952 140736573272248 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2250 1851 887 456 0 1033 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9000

[startup+0.300268 s]
/proc/loadavg: 1.92 2.01 2.01 3/177 4286
/proc/meminfo: memFree=31371684/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=10872 CPUtime=0.29 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 2441 0 0 0 29 0 0 0 20 0 1 0 107513091 11132928 2316 33554432000 4194304 6059633 140734349705952 140736573272248 5043132 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2718 2316 887 456 0 1501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10872

[startup+0.700306 s]
/proc/loadavg: 1.92 2.01 2.01 3/177 4286
/proc/meminfo: memFree=31371684/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=108872 CPUtime=0.69 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 19817 0 0 0 66 3 0 0 20 0 1 0 107513091 111484928 23652 33554432000 4194304 6059633 140734349705952 140736573272248 4239837 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 27218 23654 162 456 0 26754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108872

[startup+1.50024 s]
/proc/loadavg: 1.92 2.01 2.01 4/178 4287
/proc/meminfo: memFree=31180196/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=372764 CPUtime=1.49 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 45139 0 0 0 141 8 0 0 20 0 1 0 107513091 381710336 72299 33554432000 4194304 6059633 140734349705952 140734349703672 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 93191 72300 162 456 0 92727 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 372764

[startup+3.10028 s]
/proc/loadavg: 1.92 2.01 2.01 4/178 4287
/proc/meminfo: memFree=30907340/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=758464 CPUtime=3.09 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 84834 0 0 0 291 18 0 0 20 0 1 0 107513091 776667136 170105 33554432000 4194304 6059633 140734349705952 140734349703672 5047405 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 189616 170106 162 456 0 189152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 758464

[startup+6.30029 s]
/proc/loadavg: 1.93 2.01 2.00 3/178 4287
/proc/meminfo: memFree=30106024/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=1762340 CPUtime=6.29 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 154899 0 0 0 586 43 0 0 20 0 1 0 107513091 1804636160 364086 33554432000 4194304 6059633 140734349705952 140734349703672 4244526 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 440585 364086 162 456 0 440121 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1762340

[startup+12.7003 s]
/proc/loadavg: 1.93 2.01 2.00 3/178 4287
/proc/meminfo: memFree=28531168/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=4103132 CPUtime=12.69 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 281363 0 0 0 1180 89 0 0 20 0 1 0 107513091 4201607168 747392 33554432000 4194304 6059633 140734349705952 140734349703672 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 1025783 747396 162 456 0 1025319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4103132

[startup+25.5004 s]
/proc/loadavg: 2.03 2.02 2.01 3/178 4425
/proc/meminfo: memFree=24592264/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=7205404 CPUtime=25.48 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 509572 0 0 0 2381 167 0 0 20 0 1 0 107513091 7378333696 1522263 33554432000 4194304 6059633 140734349705952 140734349703672 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 1801351 1522263 162 456 0 1800887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7205404

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.01 3/177 4425
/proc/meminfo: memFree=17589824/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8227732 CPUtime=51.08 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 775341 0 0 0 4898 210 0 0 20 0 1 0 107513091 8425197568 1799776 33554432000 4194304 6059633 140734349705952 140734349703992 4277900 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2056933 1799776 169 456 0 2056469 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8227732

[startup+102.3 s]
/proc/loadavg: 2.20 2.06 2.02 3/177 4471
/proc/meminfo: memFree=21597332/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8288188 CPUtime=102.28 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 790473 0 0 0 10014 214 0 0 20 0 1 0 107513091 8487104512 1814908 33554432000 4194304 6059633 140734349705952 140734349703992 4277820 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2072047 1814908 182 456 0 2071583 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8288188

[startup+162.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/177 4472
/proc/meminfo: memFree=21565500/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8311156 CPUtime=162.26 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 796207 0 0 0 16010 216 0 0 20 0 1 0 107513091 8510623744 1821161 33554432000 4194304 6059633 140734349705952 140734349703992 4278447 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2077789 1821161 182 456 0 2077325 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 8311156

[startup+222.307 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 4473
/proc/meminfo: memFree=21554980/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8314060 CPUtime=222.26 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 796936 0 0 0 22009 217 0 0 20 0 1 0 107513091 8513597440 1821886 33554432000 4194304 6059633 140734349705952 140734349703992 4246291 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2078515 1821886 183 456 0 2078051 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 8314060

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 4475
/proc/meminfo: memFree=21550180/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8316568 CPUtime=282.24 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 797548 0 0 0 28007 217 0 0 20 0 1 0 107513091 8516165632 1822493 33554432000 4194304 6059633 140734349705952 140734349704024 4277663 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079142 1822493 183 456 0 2078678 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 8316568

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 4476
/proc/meminfo: memFree=21548480/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8316964 CPUtime=342.23 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 797672 0 0 0 34006 217 0 0 20 0 1 0 107513091 8516571136 1822608 33554432000 4194304 6059633 140734349705952 140734349703992 4277737 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079241 1822608 183 456 0 2078777 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 8316964

[startup+402.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 4477
/proc/meminfo: memFree=21547748/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8317096 CPUtime=402.22 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 797723 0 0 0 40005 217 0 0 20 0 1 0 107513091 8516706304 1822656 33554432000 4194304 6059633 140734349705952 140734349703992 4277570 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079274 1822656 183 456 0 2078810 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 8317096

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 4478
/proc/meminfo: memFree=21542512/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8317360 CPUtime=462.2 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 797773 0 0 0 46003 217 0 0 20 0 1 0 107513091 8516976640 1823207 33554432000 4194304 6059633 140734349705952 140734349703992 4278648 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079340 1823207 183 456 0 2078876 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 8317360

[startup+522.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 4479
/proc/meminfo: memFree=21532368/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8317360 CPUtime=522.19 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 797787 0 0 0 52002 217 0 0 20 0 1 0 107513091 8516976640 1823213 33554432000 4194304 6059633 140734349705952 140734349703992 4277879 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079340 1823213 183 456 0 2078876 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 8317360

[startup+582.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 4481
/proc/meminfo: memFree=21531900/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8317632 CPUtime=582.17 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 797864 0 0 0 58000 217 0 0 20 0 1 0 107513091 8517255168 1823283 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079408 1823283 183 456 0 2078944 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 8317632


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


[startup+942.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/177 4491
/proc/meminfo: memFree=21526068/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318028 CPUtime=942.1 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798030 0 0 0 93993 217 0 0 20 0 1 0 107513091 8517660672 1823910 33554432000 4194304 6059633 140734349705952 140734349703928 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079507 1823910 183 456 0 2079043 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 8318028

[startup+1002.3 s]
/proc/loadavg: 2.14 2.08 2.01 3/177 4492
/proc/meminfo: memFree=21524052/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318160 CPUtime=1002.08 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798063 0 0 0 99991 217 0 0 20 0 1 0 107513091 8517795840 1823922 33554432000 4194304 6059633 140734349705952 140734349703992 4277781 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079540 1823922 183 456 0 2079076 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 8318160

[startup+1062.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 4493
/proc/meminfo: memFree=21521900/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318160 CPUtime=1062.07 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798090 0 0 0 105990 217 0 0 20 0 1 0 107513091 8517795840 1824453 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079540 1824453 183 456 0 2079076 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 8318160

[startup+1122.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/177 4494
/proc/meminfo: memFree=21521048/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318292 CPUtime=1122.06 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798117 0 0 0 111988 218 0 0 20 0 1 0 107513091 8517931008 1824473 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079573 1824473 183 456 0 2079109 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 8318292

[startup+1182.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/177 4495
/proc/meminfo: memFree=21518776/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318292 CPUtime=1182.05 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798134 0 0 0 117987 218 0 0 20 0 1 0 107513091 8517931008 1825018 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079573 1825018 183 456 0 2079109 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 8318292

[startup+1242.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/178 4500
/proc/meminfo: memFree=21518844/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318292 CPUtime=1242.04 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798151 0 0 0 123986 218 0 0 20 0 1 0 107513091 8517931008 1825027 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079573 1825027 183 456 0 2079109 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 8318292

[startup+1302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 4501
/proc/meminfo: memFree=21518136/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318292 CPUtime=1302.03 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798162 0 0 0 129985 218 0 0 20 0 1 0 107513091 8517931008 1825034 33554432000 4194304 6059633 140734349705952 140734349703992 4277900 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079573 1825034 183 456 0 2079109 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 8318292

[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 4502
/proc/meminfo: memFree=21515856/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318424 CPUtime=1362.02 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798171 0 0 0 135984 218 0 0 20 0 1 0 107513091 8518066176 1825040 33554432000 4194304 6059633 140734349705952 140734349703992 4277900 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079606 1825040 183 456 0 2079142 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 8318424

[startup+1422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 4503
/proc/meminfo: memFree=21515764/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318424 CPUtime=1422.02 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798180 0 0 0 141984 218 0 0 20 0 1 0 107513091 8518066176 1825047 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079606 1825047 183 456 0 2079142 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 8318424

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 4504
/proc/meminfo: memFree=21515784/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318424 CPUtime=1482 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798193 0 0 0 147982 218 0 0 20 0 1 0 107513091 8518066176 1825059 33554432000 4194304 6059633 140734349705952 140734349703992 4278447 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079606 1825059 183 456 0 2079142 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 8318424

[startup+1542.31 s]
/proc/loadavg: 2.25 2.08 2.02 3/177 4506
/proc/meminfo: memFree=21515432/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318556 CPUtime=1542 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798203 0 0 0 153982 218 0 0 20 0 1 0 107513091 8518201344 1825069 33554432000 4194304 6059633 140734349705952 140734349703992 4278447 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079639 1825069 183 456 0 2079175 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 8318556

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 4507
/proc/meminfo: memFree=21515096/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318556 CPUtime=1601.98 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798214 0 0 0 159980 218 0 0 20 0 1 0 107513091 8518201344 1825080 33554432000 4194304 6059633 140734349705952 140734349703992 4277549 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079639 1825080 183 456 0 2079175 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 8318556

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 4508
/proc/meminfo: memFree=21498496/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318556 CPUtime=1661.97 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798234 0 0 0 165979 218 0 0 20 0 1 0 107513091 8518201344 1825092 33554432000 4194304 6059633 140734349705952 140734349703992 4278447 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079639 1825092 183 456 0 2079175 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 8318556

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 4509
/proc/meminfo: memFree=21496604/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318556 CPUtime=1721.96 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798242 0 0 0 171978 218 0 0 20 0 1 0 107513091 8518201344 1825100 33554432000 4194304 6059633 140734349705952 140734349703992 4277586 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079639 1825100 183 456 0 2079175 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 8318556

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 4510
/proc/meminfo: memFree=21496256/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318688 CPUtime=1781.95 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798250 0 0 0 177977 218 0 0 20 0 1 0 107513091 8518336512 1825108 33554432000 4194304 6059633 140734349705952 140734349703992 4277586 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079672 1825108 183 456 0 2079208 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 8318688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 4513
/proc/meminfo: memFree=21495996/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=8318688 CPUtime=1800.05 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202496 798265 0 0 0 179787 218 0 0 20 0 1 0 107513091 8518336512 1825123 33554432000 4194304 6059633 140734349705952 140734349703992 4277832 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 2079672 1825123 183 456 0 2079208 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 8318688

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 4286 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 4513
/proc/meminfo: memFree=21495996/32872528 swapFree=11252/530428
[pid=4286] ppid=4283 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/4286/stat : 4286 (open-wbo) R 4283 4286 2423 0 -1 4202500 798268 0 0 0 179787 228 0 0 20 0 1 0 107513091 0 0 33554432000 0 0 0 0 0 0 16384 4096 8404992 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4286/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 40
Real time (s): 1800.6
CPU time (s): 1800.25
CPU user time (s): 1797.87
CPU system time (s): 2.37764
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 8318688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.87
system time used= 2.37764
maximum resident set size= 7300504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 798268
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= 176
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65229 second user time and 6.80797 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-07 01:30:13
IDJOB=4086520
IDBENCH=2627
IDSOLVER=2547
FILE ID=node141/4086520-1465255813
RUNJOBID= node141-1465239588-2440
PBS_JOBID= 19843243
Free space on /tmp= 71740 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_16.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086520-1465255813/watcher-4086520-1465255813 -o /tmp/evaluation-result-4086520-1465255813/solver-4086520-1465255813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465239588-2440 --watchdog 1960  open-wbo HOME/instance-4086520-1465255813.opb

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=2091127179

node141.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.876
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.75
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.876
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	: 5332.55
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.876
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	: 5332.55
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.876
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	: 5332.55
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.876
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	: 5332.56
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.876
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	: 5332.55
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.876
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	: 5332.56
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.876
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31371956 kB
Buffers:           35544 kB
Cached:            83720 kB
SwapCached:         1760 kB
Active:           185952 kB
Inactive:          74888 kB
Active(anon):     141744 kB
Inactive(anon):     2404 kB
Active(file):      44208 kB
Inactive(file):    72484 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098128 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:        681876 kB
Mapped:             7816 kB
Shmem:                 0 kB
Slab:             567740 kB
SReclaimable:      11408 kB
SUnreclaim:       556332 kB
KernelStack:        1440 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     816544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node141 at 2016-06-07 02:00:14