Trace number 4082853

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
NaPS 1.02? (TO) 1800.16 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
Number of bits of the biggest sum of numbers11
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 NaPS 1.02b.
1800.04/1800.50	c 
1800.04/1800.50	c *** TERMINATED *** by signal 15
1800.04/1800.50	s UNKNOWN
1800.04/1800.50	c _____________________________________________________________________________
1800.04/1800.50	c 
1800.04/1800.50	c std/band forms        : 389,5253
1800.04/1800.50	c 2cl/3cl ITE-codings   : 11598435,709945
1800.04/1800.50	c BDD/srt/adr Max costs : 2277,0,0
1800.04/1800.50	c BDDraw/bin/mul/srt/adr: 0,0,5642,0,0
1800.04/1800.50	c BDD nodes             : 14731435
1800.04/1800.50	c Es1/CC detections     : 0,0
1800.04/1800.50	c SAT/UNSAT calls       : 0,0
1800.04/1800.50	c restarts              : 0
1800.04/1800.50	c conflicts             : 0              (0 /sec)
1800.04/1800.50	c decisions             : 0              (0 /sec)
1800.04/1800.50	c propagations          : 0              (0 /sec)
1800.04/1800.50	c inspects              : 0              (0 /sec)
1800.04/1800.50	c CPU time (solving tm) : 1798 s        (0 s)
1800.04/1800.50	c Time for Opt-base     : 52.75 s
1800.04/1800.50	c _____________________________________________________________________________

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-4082853-1465248894/watcher-4082853-1465248894 -o /tmp/evaluation-result-4082853-1465248894/solver-4082853-1465248894 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465221119-32679 --watchdog 1960 naps-1.02 HOME/instance-4082853-1465248894.opb 

pid=3783
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.34 2.22 2.18 3/174 3786
/proc/meminfo: memFree=30412540/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6564 CPUtime=0 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 106822451 6721536 202 33554432000 4194304 5796924 140734879785232 140737056444232 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1641 202 124 392 0 1240 0

[startup+0.100161 s]
/proc/loadavg: 2.34 2.22 2.18 3/174 3786
/proc/meminfo: memFree=30412540/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=10128 CPUtime=0.09 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 1233 0 0 0 9 0 0 0 20 0 1 0 106822451 10371072 1107 33554432000 4194304 5796924 140734879785232 140737056444232 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 2532 1107 124 392 0 2131 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10128

[startup+0.2003 s]
/proc/loadavg: 2.34 2.22 2.18 3/174 3786
/proc/meminfo: memFree=30412540/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=13920 CPUtime=0.19 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 2186 0 0 0 19 0 0 0 20 0 1 0 106822451 14254080 2060 33554432000 4194304 5796924 140734879785232 140734879784456 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 3480 2061 124 392 0 3079 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13920

[startup+0.300268 s]
/proc/loadavg: 2.34 2.22 2.18 3/174 3786
/proc/meminfo: memFree=30412540/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=17836 CPUtime=0.29 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 3137 0 0 0 29 0 0 0 20 0 1 0 106822451 18264064 3011 33554432000 4194304 5796924 140734879785232 140734879784456 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 4459 3011 124 392 0 4058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17836

[startup+0.70025 s]
/proc/loadavg: 2.34 2.22 2.18 3/174 3786
/proc/meminfo: memFree=30412540/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=32856 CPUtime=0.69 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 6891 0 0 0 68 1 0 0 20 0 1 0 106822451 33644544 6765 33554432000 4194304 5796924 140734879785232 140734879784456 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 8214 6765 124 392 0 7813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32856

[startup+1.50023 s]
/proc/loadavg: 2.34 2.22 2.18 3/175 3787
/proc/meminfo: memFree=30370472/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=63860 CPUtime=1.49 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 14561 0 0 0 147 2 0 0 20 0 1 0 106822451 65392640 14435 33554432000 4194304 5796924 140734879785232 140734879784456 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 15965 14436 128 392 0 15564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63860

[startup+3.10023 s]
/proc/loadavg: 2.34 2.22 2.18 3/175 3787
/proc/meminfo: memFree=30350900/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=70172 CPUtime=3.08 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 16427 0 0 0 306 2 0 0 20 0 1 0 106822451 71856128 16009 33554432000 4194304 5796924 140734879785232 140734879781448 4425326 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 17543 16009 143 392 0 17142 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70172

[startup+6.30023 s]
/proc/loadavg: 2.31 2.22 2.18 3/175 3787
/proc/meminfo: memFree=30340260/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=80516 CPUtime=6.29 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 18814 0 0 0 626 3 0 0 20 0 1 0 106822451 82448384 18429 33554432000 4194304 5796924 140734879785232 140734879781448 5100122 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 20129 18429 143 392 0 19728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80516

[startup+12.7002 s]
/proc/loadavg: 2.29 2.22 2.18 3/175 3787
/proc/meminfo: memFree=30321144/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=97868 CPUtime=12.68 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 22238 0 0 0 1265 3 0 0 20 0 1 0 106822451 100216832 22579 33554432000 4194304 5796924 140734879785232 140734879781448 5087579 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 24467 22579 143 392 0 24066 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 97868

[startup+25.5003 s]
/proc/loadavg: 2.30 2.22 2.18 3/175 3833
/proc/meminfo: memFree=30308840/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=133732 CPUtime=25.48 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 27917 0 0 0 2543 5 0 0 20 0 1 0 106822451 136941568 31243 33554432000 4194304 5796924 140734879785232 140734879781448 5092526 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 33433 31243 143 392 0 33032 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 133732

[startup+51.1003 s]
/proc/loadavg: 2.26 2.22 2.18 4/175 3833
/proc/meminfo: memFree=30239456/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=208016 CPUtime=51.08 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 36853 0 0 0 5099 9 0 0 20 0 1 0 106822451 213008384 47681 33554432000 4194304 5796924 140734879785232 140734879781448 5092643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 52004 47681 143 392 0 51603 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 208016

[startup+102.3 s]
/proc/loadavg: 2.15 2.20 2.17 3/175 3834
/proc/meminfo: memFree=30107148/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=330844 CPUtime=102.28 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 53055 0 0 0 10213 15 0 0 20 0 1 0 106822451 338784256 80421 33554432000 4194304 5796924 140734879785232 140734879781448 5087724 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 82711 80421 143 392 0 82310 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 330844

[startup+162.3 s]
/proc/loadavg: 2.05 2.16 2.16 3/175 3836
/proc/meminfo: memFree=29893052/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=516172 CPUtime=162.27 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 71631 0 0 0 16204 23 0 0 20 0 1 0 106822451 528560128 127473 33554432000 4194304 5796924 140734879785232 140734879781448 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 129043 127473 143 392 0 128642 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 516172

[startup+222.307 s]
/proc/loadavg: 2.02 2.13 2.15 4/175 3929
/proc/meminfo: memFree=25694788/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=5433452 CPUtime=222.26 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 327186 0 0 0 22098 128 0 0 20 0 1 0 106822451 5563854848 1194669 33554432000 4194304 5796924 140734879785232 140734879782536 4632595 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1358363 1194669 150 392 0 1357962 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5433452

[startup+282.3 s]
/proc/loadavg: 2.23 2.16 2.16 3/175 3930
/proc/meminfo: memFree=24078408/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=7377876 CPUtime=282.24 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 438693 0 0 0 28060 164 0 0 20 0 1 0 106822451 7554945024 1555306 33554432000 4194304 5796924 140734879785232 140734879782200 4648289 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1844469 1555306 152 392 0 1844068 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 7377876

[startup+342.3 s]
/proc/loadavg: 2.28 2.19 2.17 3/176 3934
/proc/meminfo: memFree=21273356/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6974056 CPUtime=342.24 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 480488 0 0 0 34037 187 0 0 20 0 1 0 106822451 7141433344 1512998 33554432000 4194304 5796924 140734879785232 140734879782344 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1743514 1512998 159 392 0 1743113 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 6974056

[startup+402.3 s]
/proc/loadavg: 2.33 2.23 2.18 4/175 3935
/proc/meminfo: memFree=21359160/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6984044 CPUtime=402.22 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 482990 0 0 0 40035 187 0 0 20 0 1 0 106822451 7151661056 1515500 33554432000 4194304 5796924 140734879785232 140734879782344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1746011 1515500 167 392 0 1745610 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 6984044

[startup+462.3 s]
/proc/loadavg: 2.30 2.24 2.19 4/175 3937
/proc/meminfo: memFree=21349976/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6989720 CPUtime=462.21 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 484416 0 0 0 46033 188 0 0 20 0 1 0 106822451 7157473280 1516921 33554432000 4194304 5796924 140734879785232 140734879782344 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1747430 1516921 167 392 0 1747029 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 6989720

[startup+522.3 s]
/proc/loadavg: 2.34 2.26 2.19 3/175 3938
/proc/meminfo: memFree=21346860/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6990988 CPUtime=522.2 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 484724 0 0 0 52032 188 0 0 20 0 1 0 106822451 7158771712 1517219 33554432000 4194304 5796924 140734879785232 140734879782504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1747747 1517219 169 392 0 1747346 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 6990988

[startup+582.3 s]
/proc/loadavg: 2.26 2.25 2.19 4/175 3939
/proc/meminfo: memFree=21344788/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6991384 CPUtime=582.19 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 484853 0 0 0 58031 188 0 0 20 0 1 0 106822451 7159177216 1517342 33554432000 4194304 5796924 140734879785232 140734879782344 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1747846 1517342 169 392 0 1747445 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 6991384


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


[startup+942.3 s]
/proc/loadavg: 2.08 2.17 2.17 3/176 3949
/proc/meminfo: memFree=21336804/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6994224 CPUtime=942.1 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 485568 0 0 0 94022 188 0 0 20 0 1 0 106822451 7162085376 1517985 33554432000 4194304 5796924 140734879785232 140734879782504 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1748556 1517985 169 392 0 1748155 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 6994224

[startup+1002.3 s]
/proc/loadavg: 2.21 2.18 2.17 3/175 3950
/proc/meminfo: memFree=21335452/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6995544 CPUtime=1002.09 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 485920 0 0 0 100020 189 0 0 20 0 1 0 106822451 7163437056 1518324 33554432000 4194304 5796924 140734879785232 140734879782344 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1748886 1518324 169 392 0 1748485 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 6995544

[startup+1062.3 s]
/proc/loadavg: 2.20 2.18 2.17 3/175 3952
/proc/meminfo: memFree=21335124/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6995940 CPUtime=1062.06 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486072 0 0 0 106017 189 0 0 20 0 1 0 106822451 7163842560 1518439 33554432000 4194304 5796924 140734879785232 140734879782344 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1748985 1518439 169 392 0 1748584 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 6995940

[startup+1122.3 s]
/proc/loadavg: 2.18 2.17 2.17 3/176 3964
/proc/meminfo: memFree=21330132/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6996204 CPUtime=1122.04 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486166 0 0 0 112015 189 0 0 20 0 1 0 106822451 7164112896 1518654 33554432000 4194304 5796924 140734879785232 140734879782344 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749051 1518654 169 392 0 1748650 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 6996204

[startup+1182.3 s]
/proc/loadavg: 2.30 2.20 2.18 3/175 3965
/proc/meminfo: memFree=21328420/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6996996 CPUtime=1182.02 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486377 0 0 0 118013 189 0 0 20 0 1 0 106822451 7164923904 1519231 33554432000 4194304 5796924 140734879785232 140734879782344 4607747 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749249 1519231 169 392 0 1748848 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 6996996

[startup+1242.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/175 3966
/proc/meminfo: memFree=21327444/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6997128 CPUtime=1242 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486438 0 0 0 124011 189 0 0 20 0 1 0 106822451 7165059072 1519329 33554432000 4194304 5796924 140734879785232 140734879782344 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749282 1519329 169 392 0 1748881 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 6997128

[startup+1302.3 s]
/proc/loadavg: 2.29 2.22 2.18 3/175 3967
/proc/meminfo: memFree=21325748/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6998052 CPUtime=1301.98 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486678 0 0 0 130009 189 0 0 20 0 1 0 106822451 7166005248 1519728 33554432000 4194304 5796924 140734879785232 140734879782344 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749513 1519728 169 392 0 1749112 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 6998052

[startup+1362.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/175 3969
/proc/meminfo: memFree=21324596/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6998316 CPUtime=1361.96 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486764 0 0 0 136007 189 0 0 20 0 1 0 106822451 7166275584 1519800 33554432000 4194304 5796924 140734879785232 140734879782344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749579 1519800 169 392 0 1749178 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 6998316

[startup+1422.3 s]
/proc/loadavg: 2.29 2.22 2.19 3/175 3970
/proc/meminfo: memFree=21323872/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6998580 CPUtime=1421.96 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486844 0 0 0 142007 189 0 0 20 0 1 0 106822451 7166545920 1519869 33554432000 4194304 5796924 140734879785232 140734879782344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749645 1519869 169 392 0 1749244 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 6998580

[startup+1482.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/175 3971
/proc/meminfo: memFree=21323752/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6998844 CPUtime=1481.94 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 486905 0 0 0 148005 189 0 0 20 0 1 0 106822451 7166816256 1520020 33554432000 4194304 5796924 140734879785232 140734879782344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749711 1520020 169 392 0 1749310 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 6998844

[startup+1542.31 s]
/proc/loadavg: 2.15 2.19 2.18 3/176 3975
/proc/meminfo: memFree=21318008/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6999108 CPUtime=1541.92 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 487001 0 0 0 154003 189 0 0 20 0 1 0 106822451 7167086592 1521194 33554432000 4194304 5796924 140734879785232 140734879782344 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749777 1521194 169 392 0 1749376 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 6999108

[startup+1602.3 s]
/proc/loadavg: 2.31 2.21 2.18 3/176 3999
/proc/meminfo: memFree=21304692/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6999504 CPUtime=1601.91 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 487124 0 0 0 160002 189 0 0 20 0 1 0 106822451 7167492096 1525723 33554432000 4194304 5796924 140734879785232 140734879782344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749876 1525723 169 392 0 1749475 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 6999504

[startup+1662.3 s]
/proc/loadavg: 2.33 2.23 2.19 3/175 4001
/proc/meminfo: memFree=21278496/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6999768 CPUtime=1661.89 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 487170 0 0 0 166000 189 0 0 20 0 1 0 106822451 7167762432 1530822 33554432000 4194304 5796924 140734879785232 140734879782344 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749942 1530822 169 392 0 1749541 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 6999768

[startup+1722.3 s]
/proc/loadavg: 2.31 2.25 2.19 3/175 4002
/proc/meminfo: memFree=21262836/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=6999900 CPUtime=1721.88 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 487225 0 0 0 171999 189 0 0 20 0 1 0 106822451 7167897600 1535200 33554432000 4194304 5796924 140734879785232 140734879782344 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1749975 1535200 169 392 0 1749574 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 6999900

[startup+1782.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/175 4003
/proc/meminfo: memFree=21259924/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=7000036 CPUtime=1781.85 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 487292 0 0 0 177996 189 0 0 20 0 1 0 106822451 7168036864 1535231 33554432000 4194304 5796924 140734879785232 140734879782504 4606811 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1750009 1535231 169 392 0 1749608 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 7000036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.20 2.22 2.18 4/175 4003
/proc/meminfo: memFree=21260404/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=7000168 CPUtime=1800.04 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202496 487324 0 0 0 179815 189 0 0 20 0 1 0 106822451 7168172032 1535255 33554432000 4194304 5796924 140734879785232 140734879782344 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 1750042 1535255 169 392 0 1749641 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 7000168

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 3786 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.6 s]
/proc/loadavg: 2.20 2.22 2.18 4/175 4003
/proc/meminfo: memFree=21260404/32872528 swapFree=17280/1464432
[pid=3786] ppid=3783 vsize=0 CPUtime=1800.14 cores=0,2,4,6
/proc/3786/stat : 3786 (naps-1.02) R 3783 3786 32663 0 -1 4202500 487336 0 0 0 179815 199 0 0 20 0 1 0 106822451 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3786/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.16
CPU user time (s): 1798.16
CPU system time (s): 2.00469
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 8285924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.00469
maximum resident set size= 6925500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487336
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= 367
involuntary context switches= 1819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.12737 second user time and 7.36088 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-06 23:34:54
IDJOB=4082853
IDBENCH=2937
IDSOLVER=2544
FILE ID=node121/4082853-1465248894
RUNJOBID= node121-1465221119-32679
PBS_JOBID= 19843226
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082853-1465248894/watcher-4082853-1465248894 -o /tmp/evaluation-result-4082853-1465248894/solver-4082853-1465248894 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465221119-32679 --watchdog 1960  naps-1.02 HOME/instance-4082853-1465248894.opb

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=665415448

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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		: 2667.050
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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		: 2667.050
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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:        30412696 kB
Buffers:           26784 kB
Cached:           101512 kB
SwapCached:         1740 kB
Active:           217648 kB
Inactive:          65756 kB
Active(anon):     155496 kB
Inactive(anon):     2100 kB
Active(file):      62152 kB
Inactive(file):    63656 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099232 kB
Dirty:              7024 kB
Writeback:             0 kB
AnonPages:       1635236 kB
Mapped:             7640 kB
Shmem:                 0 kB
Slab:             567412 kB
SReclaimable:      11432 kB
SUnreclaim:       555980 kB
KernelStack:        1456 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1740180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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= 71720 MiB
End job on node121 at 2016-06-07 00:04:55