Trace number 4082857

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? 675.673 675.822

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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 NaPS 1.02b.
675.14/675.33	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
675.14/675.33	c 
675.14/675.33	c *** TERMINATED *** by signal 6
675.14/675.33	s UNKNOWN
675.14/675.33	c _____________________________________________________________________________
675.14/675.33	c 
675.14/675.33	c std/band forms        : 1797,12411
675.14/675.33	c 2cl/3cl ITE-codings   : 34603627,625695
675.14/675.33	c BDD/srt/adr Max costs : 2636,0,0
675.14/675.33	c BDDraw/bin/mul/srt/adr: 0,0,14208,0,0
675.14/675.33	c BDD nodes             : 42638903
675.14/675.33	c Es1/CC detections     : 0,0
675.14/675.33	c SAT/UNSAT calls       : 0,0
675.14/675.33	c restarts              : 0
675.14/675.33	c conflicts             : 0              (0 /sec)
675.14/675.33	c decisions             : 0              (0 /sec)
675.14/675.33	c propagations          : 0              (0 /sec)
675.14/675.33	c inspects              : 0              (0 /sec)
675.14/675.33	c CPU time (solving tm) : 671.4 s        (0 s)
675.14/675.33	c Time for Opt-base     : 178 s
675.14/675.33	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-4082857-1465249319/watcher-4082857-1465249319 -o /tmp/evaluation-result-4082857-1465249319/solver-4082857-1465249319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14491 --watchdog 1960 naps-1.02 HOME/instance-4082857-1465249319.opb 

pid=15244
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.00 2.00 2.00 3/176 15247
/proc/meminfo: memFree=31734324/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 106867276 6574080 181 33554432000 4194304 5796924 140734599900848 140736655218136 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 1605 181 124 392 0 1204 0

[startup+0.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15247
/proc/meminfo: memFree=31734324/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=9996 CPUtime=0.09 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 1186 0 0 0 9 0 0 0 20 0 1 0 106867276 10235904 1061 33554432000 4194304 5796924 140734599900848 140736655218136 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 2499 1061 124 392 0 2098 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9996

[startup+0.200293 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15247
/proc/meminfo: memFree=31734324/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=13772 CPUtime=0.19 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 2116 0 0 0 19 0 0 0 20 0 1 0 106867276 14102528 1991 33554432000 4194304 5796924 140734599900848 140736655218136 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 3443 1992 124 392 0 3042 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13772

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15247
/proc/meminfo: memFree=31734324/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=17412 CPUtime=0.29 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 3041 0 0 0 29 0 0 0 20 0 1 0 106867276 17829888 2916 33554432000 4194304 5796924 140734599900848 140736655218136 4261418 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 4353 2916 124 392 0 3952 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17412

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15247
/proc/meminfo: memFree=31734324/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=32480 CPUtime=0.68 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 6779 0 0 0 68 0 0 0 20 0 1 0 106867276 33259520 6654 33554432000 4194304 5796924 140734599900848 140736655218136 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 8120 6655 124 392 0 7719 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32480

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15248
/proc/meminfo: memFree=31691084/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=62516 CPUtime=1.48 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 14231 0 0 0 147 1 0 0 20 0 1 0 106867276 64016384 14106 33554432000 4194304 5796924 140734599900848 140734599900008 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 15629 14106 124 392 0 15228 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62516

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15248
/proc/meminfo: memFree=31647868/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=121856 CPUtime=3.08 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 29011 0 0 0 305 3 0 0 20 0 1 0 106867276 124780544 28886 33554432000 4194304 5796924 140734599900848 140734599900008 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 30464 28887 124 392 0 30063 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121856

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15248
/proc/meminfo: memFree=31564536/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=170020 CPUtime=6.29 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 41528 0 0 0 624 5 0 0 20 0 1 0 106867276 174100480 40760 33554432000 4194304 5796924 140734599900848 140734599897064 5087637 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 42505 40760 143 392 0 42104 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170020

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15248
/proc/meminfo: memFree=31539204/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=188908 CPUtime=12.68 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 45573 0 0 0 1262 6 0 0 20 0 1 0 106867276 193441792 45383 33554432000 4194304 5796924 140734599900848 140734599897064 5077887 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 47227 45383 143 392 0 46826 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 188908

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15248
/proc/meminfo: memFree=31492432/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=220152 CPUtime=25.48 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 50922 0 0 0 2541 7 0 0 20 0 1 0 106867276 225435648 53206 33554432000 4194304 5796924 140734599900848 140734599897064 5100093 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 55038 53206 143 392 0 54637 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 220152

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15248
/proc/meminfo: memFree=31402600/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=284372 CPUtime=51.08 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 59398 0 0 0 5098 10 0 0 20 0 1 0 106867276 291196928 69184 33554432000 4194304 5796924 140734599900848 140734599897064 5087776 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 71093 69184 143 392 0 70692 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 284372

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15250
/proc/meminfo: memFree=31315364/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=416404 CPUtime=102.27 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 74970 0 0 0 10212 15 0 0 20 0 1 0 106867276 426397696 100300 33554432000 4194304 5796924 140734599900848 140734599834392 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 104101 100300 143 392 0 103700 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 416404

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 4/177 15251
/proc/meminfo: memFree=31072500/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=596052 CPUtime=162.26 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 92002 0 0 0 16204 22 0 0 20 0 1 0 106867276 610357248 145371 33554432000 4194304 5796924 140734599900848 140734599897064 5077954 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 149013 145371 143 392 0 148612 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 596052

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15298
/proc/meminfo: memFree=31093504/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=708784 CPUtime=222.25 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 109084 0 0 0 22199 26 0 0 20 0 1 0 106867276 725794816 170161 33554432000 4194304 5796924 140734599900848 140734599897064 4266506 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 177196 170161 143 392 0 176795 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 708784

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/177 15436
/proc/meminfo: memFree=30833160/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=1012608 CPUtime=282.23 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 126427 0 0 0 28187 36 0 0 20 0 1 0 106867276 1036910592 236273 33554432000 4194304 5796924 140734599900848 140734599897064 4199810 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 253152 236273 143 392 0 252751 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 1012608

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 15574
/proc/meminfo: memFree=30717412/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=1079264 CPUtime=342.21 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 143092 0 0 0 34180 41 0 0 20 0 1 0 106867276 1105166336 261111 33554432000 4194304 5796924 140734599900848 140734599897064 5096692 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 269816 261111 143 392 0 269415 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1079264

[startup+402.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/178 15716
/proc/meminfo: memFree=30533624/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=1250888 CPUtime=402.19 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 160279 0 0 0 40173 46 0 0 20 0 1 0 106867276 1280909312 285961 33554432000 4194304 5796924 140734599900848 140734599897064 4320613 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 312722 285961 143 392 0 312321 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1250888

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 15717
/proc/meminfo: memFree=30417004/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=1317392 CPUtime=462.18 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 176898 0 0 0 46167 51 0 0 20 0 1 0 106867276 1349009408 310758 33554432000 4194304 5796924 140734599900848 140734599800168 5087700 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 329348 310758 143 392 0 328947 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1317392

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 15721
/proc/meminfo: memFree=29952364/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=1718592 CPUtime=522.16 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 193982 0 0 0 52151 65 0 0 20 0 1 0 106867276 1759838208 419252 33554432000 4194304 5796924 140734599900848 140734599897064 5092681 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 429648 419252 143 392 0 429247 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1718592

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15722
/proc/meminfo: memFree=29884660/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=1780784 CPUtime=582.15 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 209548 0 0 0 58145 70 0 0 20 0 1 0 106867276 1823522816 442482 33554432000 4194304 5796924 140734599900848 140734599897064 4295870 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 445196 442482 143 392 0 444795 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1780784

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15723
/proc/meminfo: memFree=24142952/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=9364756 CPUtime=642.14 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 577899 0 0 0 63998 216 0 0 20 0 1 0 106867276 9589510144 1958534 33554432000 4194304 5796924 140734599900848 140734599890904 4640469 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 2341189 1958534 145 392 0 2340788 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 9364756

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

[startup+652.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15723
/proc/meminfo: memFree=20574700/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=13032136 CPUtime=652.64 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 805217 0 0 0 64963 301 0 0 20 0 1 0 106867276 13344907264 2734536 33554432000 4194304 5796924 140734599900848 140734599890680 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 3258034 2734536 145 392 0 3257633 0
Current children cumulated CPU time (s) 652.64
Current children cumulated vsize (KiB) 13032136

[startup+665.607 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15734
/proc/meminfo: memFree=18367940/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=15321832 CPUtime=665.45 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 975891 0 0 0 66177 368 0 0 20 0 1 0 106867276 15689555968 3310368 33554432000 4194304 5796924 140734599900848 140734599898632 4648516 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 3830458 3310368 151 392 0 3830057 0
Current children cumulated CPU time (s) 665.45
Current children cumulated vsize (KiB) 15321832

[startup+672 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15735
/proc/meminfo: memFree=18235248/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=15449360 CPUtime=671.84 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 986109 0 0 0 66812 372 0 0 20 0 1 0 106867276 15820144640 3369131 33554432000 4194304 5796924 140734599900848 140734599898136 4636540 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 3862340 3369132 152 392 0 3861939 0
Current children cumulated CPU time (s) 671.84
Current children cumulated vsize (KiB) 15449360

[startup+673.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15735
/proc/meminfo: memFree=17997492/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=15536164 CPUtime=673.44 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 991984 0 0 0 66969 375 0 0 20 0 1 0 106867276 15909031936 3407710 33554432000 4194304 5796924 140734599900848 140734599898184 4653470 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 3884041 3407710 152 392 0 3883640 0
Current children cumulated CPU time (s) 673.44
Current children cumulated vsize (KiB) 15536164

[startup+675.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15735
/proc/meminfo: memFree=17919864/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=15625044 CPUtime=675.04 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202496 998387 0 0 0 67126 378 0 0 20 0 1 0 106867276 16000045056 3439152 33554432000 4194304 5796924 140734599900848 140734599897944 4609815 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 3906261 3439152 152 392 0 3905860 0
Current children cumulated CPU time (s) 675.04
Current children cumulated vsize (KiB) 15625044

[startup+675.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15735
/proc/meminfo: memFree=20219460/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=0 CPUtime=675.44 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202500 999236 0 0 0 67139 405 0 0 20 0 1 0 106867276 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 675.44
Current children cumulated vsize (KiB) 0

[startup+675.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15735
/proc/meminfo: memFree=20219460/32872528 swapFree=10608/190480
[pid=15247] ppid=15244 vsize=0 CPUtime=675.64 cores=0,2,4,6
/proc/15247/stat : 15247 (naps-1.02) R 15244 15247 14475 0 -1 4202500 999236 0 0 0 67139 425 0 0 20 0 1 0 106867276 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15247/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 675.64
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 675.822
CPU time (s): 675.673
CPU user time (s): 671.399
CPU system time (s): 4.27435
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 15625044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 671.399
system time used= 4.27435
maximum resident set size= 13765576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 999236
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= 93
involuntary context switches= 710

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.56076 second user time and 2.78458 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 23:42:00
IDJOB=4082857
IDBENCH=2947
IDSOLVER=2544
FILE ID=node102/4082857-1465249319
RUNJOBID= node102-1465240311-14491
PBS_JOBID= 19843244
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_20.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082857-1465249319/watcher-4082857-1465249319 -o /tmp/evaluation-result-4082857-1465249319/solver-4082857-1465249319 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14491 --watchdog 1960  naps-1.02 HOME/instance-4082857-1465249319.opb

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1475339215

node102.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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.94
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.470
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.470
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.470
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.56
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.470
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.470
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.470
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.55
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.470
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:        31734588 kB
Buffers:           36260 kB
Cached:            87348 kB
SwapCached:         2308 kB
Active:           157860 kB
Inactive:          71820 kB
Active(anon):     106756 kB
Inactive(anon):     1568 kB
Active(file):      51104 kB
Inactive(file):    70252 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:             11372 kB
Writeback:             0 kB
AnonPages:        317864 kB
Mapped:             7924 kB
Shmem:                 0 kB
Slab:             567640 kB
SReclaimable:      11644 kB
SUnreclaim:       555996 kB
KernelStack:        1440 kB
PageTables:         4692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     449596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 71724 MiB
End job on node102 at 2016-06-06 23:53:16