Trace number 4082850

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.11 1800.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark1800.59
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 690,2027
1800.07/1800.40	c 2cl/3cl ITE-codings   : 4057112,308055
1800.07/1800.40	c BDD/srt/adr Max costs : 1781,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,2717,0,0
1800.07/1800.40	c BDD nodes             : 5343187
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 14.26 s
1800.07/1800.40	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-4082850-1465249355/watcher-4082850-1465249355 -o /tmp/evaluation-result-4082850-1465249355/solver-4082850-1465249355 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1169 --watchdog 1960 naps-1.02 HOME/instance-4082850-1465249355.opb 

pid=5192
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: 2.36 2.27 2.20 3/176 5195
/proc/meminfo: memFree=30111584/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=6560 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 106868653 6717440 207 33554432000 4194304 5796924 140737207992288 140736038072488 4404174 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 1640 207 124 392 0 1239 0

[startup+0.100205 s]
/proc/loadavg: 2.36 2.27 2.20 3/176 5195
/proc/meminfo: memFree=30111584/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=10128 CPUtime=0.09 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 1241 0 0 0 9 0 0 0 20 0 1 0 106868653 10371072 1115 33554432000 4194304 5796924 140737207992288 140736038072488 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 2532 1115 124 392 0 2131 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10128

[startup+0.20029 s]
/proc/loadavg: 2.36 2.27 2.20 3/176 5195
/proc/meminfo: memFree=30111584/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=14048 CPUtime=0.19 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 2206 0 0 0 19 0 0 0 20 0 1 0 106868653 14385152 2080 33554432000 4194304 5796924 140737207992288 140737207991448 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 3512 2080 124 392 0 3111 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14048

[startup+0.300231 s]
/proc/loadavg: 2.36 2.27 2.20 3/176 5195
/proc/meminfo: memFree=30111584/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=17944 CPUtime=0.29 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 3163 0 0 0 29 0 0 0 20 0 1 0 106868653 18374656 3037 33554432000 4194304 5796924 140737207992288 140737207991448 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 4486 3037 124 392 0 4085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17944

[startup+0.700228 s]
/proc/loadavg: 2.36 2.27 2.20 3/176 5195
/proc/meminfo: memFree=30111584/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=31452 CPUtime=0.69 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 6700 0 0 0 69 0 0 0 20 0 1 0 106868653 32206848 6424 33554432000 4194304 5796924 140737207992288 140737207991448 4806764 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 7863 6424 143 392 0 7462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31452

[startup+1.50023 s]
/proc/loadavg: 2.36 2.27 2.20 3/177 5196
/proc/meminfo: memFree=30085436/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=33396 CPUtime=1.49 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 7274 0 0 0 149 0 0 0 20 0 1 0 106868653 34197504 6915 33554432000 4194304 5796924 140737207992288 140737207921736 5087752 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 8349 6915 143 392 0 7948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33396

[startup+3.10024 s]
/proc/loadavg: 2.33 2.27 2.20 3/177 5196
/proc/meminfo: memFree=30082336/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=38232 CPUtime=3.09 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 8914 0 0 0 308 1 0 0 20 0 1 0 106868653 39149568 8060 33554432000 4194304 5796924 140737207992288 140737207988504 5096706 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 9558 8060 143 392 0 9157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38232

[startup+6.30022 s]
/proc/loadavg: 2.33 2.27 2.20 3/177 5196
/proc/meminfo: memFree=30069440/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=46460 CPUtime=6.29 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 10494 0 0 0 628 1 0 0 20 0 1 0 106868653 47575040 10003 33554432000 4194304 5796924 140737207992288 140737207988504 5096620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 11615 10003 143 392 0 11214 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46460

[startup+12.7002 s]
/proc/loadavg: 2.31 2.26 2.20 4/177 5196
/proc/meminfo: memFree=30052068/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=62888 CPUtime=12.69 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 13554 0 0 0 1267 2 0 0 20 0 1 0 106868653 64397312 13789 33554432000 4194304 5796924 140737207992288 140737207988504 5087529 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 15722 13789 143 392 0 15321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62888

[startup+25.5003 s]
/proc/loadavg: 2.37 2.28 2.20 4/177 5196
/proc/meminfo: memFree=30017260/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=97164 CPUtime=25.48 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 18737 0 0 0 2545 3 0 0 20 0 1 0 106868653 99495936 21483 33554432000 4194304 5796924 140737207992288 140737207988504 5092558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 24291 21483 143 392 0 23890 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 97164

[startup+51.1004 s]
/proc/loadavg: 2.31 2.27 2.20 3/177 5196
/proc/meminfo: memFree=29983012/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=154556 CPUtime=51.07 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 26603 0 0 0 5100 7 0 0 20 0 1 0 106868653 158265344 36836 33554432000 4194304 5796924 140737207992288 140737207988504 5096544 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 38639 36836 143 392 0 38238 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 154556

[startup+102.3 s]
/proc/loadavg: 2.25 2.27 2.20 4/177 5197
/proc/meminfo: memFree=28182920/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2168212 CPUtime=102.26 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 132039 0 0 0 10169 57 0 0 20 0 1 0 106868653 2220249088 481745 33554432000 4194304 5796924 140737207992288 140737207989400 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 542053 481745 159 392 0 541652 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2168212

[startup+162.3 s]
/proc/loadavg: 2.25 2.27 2.20 3/177 5199
/proc/meminfo: memFree=28224560/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2176412 CPUtime=162.24 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 134081 0 0 0 16167 57 0 0 20 0 1 0 106868653 2228645888 483787 33554432000 4194304 5796924 140737207992288 140737207989400 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 544103 483787 167 392 0 543702 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2176412

[startup+222.308 s]
/proc/loadavg: 2.20 2.24 2.19 3/177 5200
/proc/meminfo: memFree=28172616/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2177500 CPUtime=222.24 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 134354 0 0 0 22167 57 0 0 20 0 1 0 106868653 2229760000 484060 33554432000 4194304 5796924 140737207992288 140737207989400 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 544375 484060 169 392 0 543974 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2177500

[startup+282.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/177 5201
/proc/meminfo: memFree=28150144/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2179348 CPUtime=282.23 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 134832 0 0 0 28165 58 0 0 20 0 1 0 106868653 2231652352 484538 33554432000 4194304 5796924 140737207992288 140737207989400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 544837 484538 169 392 0 544436 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2179348

[startup+342.3 s]
/proc/loadavg: 2.23 2.25 2.20 3/177 5202
/proc/meminfo: memFree=28176100/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2180536 CPUtime=342.22 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135137 0 0 0 34164 58 0 0 20 0 1 0 106868653 2232868864 484843 33554432000 4194304 5796924 140737207992288 140737207989400 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545134 484843 169 392 0 544733 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2180536

[startup+402.3 s]
/proc/loadavg: 2.36 2.29 2.21 4/177 5203
/proc/meminfo: memFree=28154320/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2181064 CPUtime=402.21 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135260 0 0 0 40163 58 0 0 20 0 1 0 106868653 2233409536 484966 33554432000 4194304 5796924 140737207992288 140737207989400 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545266 484966 169 392 0 544865 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2181064

[startup+462.3 s]
/proc/loadavg: 2.34 2.30 2.21 3/177 5208
/proc/meminfo: memFree=28134904/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2181628 CPUtime=462.2 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135382 0 0 0 46162 58 0 0 20 0 1 0 106868653 2233987072 485088 33554432000 4194304 5796924 140737207992288 140737207989560 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545407 485088 169 392 0 545006 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2181628

[startup+522.3 s]
/proc/loadavg: 2.34 2.30 2.22 3/177 5210
/proc/meminfo: memFree=28169284/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2182024 CPUtime=522.19 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135471 0 0 0 52161 58 0 0 20 0 1 0 106868653 2234392576 485177 33554432000 4194304 5796924 140737207992288 140737207989400 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545506 485177 169 392 0 545105 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2182024

[startup+582.3 s]
/proc/loadavg: 2.27 2.29 2.22 3/177 5211
/proc/meminfo: memFree=28147000/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2182156 CPUtime=582.18 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135504 0 0 0 58160 58 0 0 20 0 1 0 106868653 2234527744 485210 33554432000 4194304 5796924 140737207992288 140737207989400 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545539 485210 169 392 0 545138 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 2182156


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


[startup+882.307 s]
/proc/loadavg: 2.24 2.29 2.23 3/177 5228
/proc/meminfo: memFree=28165308/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2182816 CPUtime=882.15 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135674 0 0 0 88156 59 0 0 20 0 1 0 106868653 2235203584 485891 33554432000 4194304 5796924 140737207992288 140737207989400 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545704 485891 169 392 0 545303 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 2182816

[startup+942.3 s]
/proc/loadavg: 2.39 2.31 2.24 3/177 5229
/proc/meminfo: memFree=28145256/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2182948 CPUtime=942.13 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135710 0 0 0 94154 59 0 0 20 0 1 0 106868653 2235338752 485927 33554432000 4194304 5796924 140737207992288 140737207989400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545737 485927 169 392 0 545336 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 2182948

[startup+1002.3 s]
/proc/loadavg: 2.20 2.27 2.23 4/177 5230
/proc/meminfo: memFree=28125456/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183080 CPUtime=1002.12 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135733 0 0 0 100153 59 0 0 20 0 1 0 106868653 2235473920 485950 33554432000 4194304 5796924 140737207992288 140737207989400 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545770 485950 169 392 0 545369 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 2183080

[startup+1062.3 s]
/proc/loadavg: 2.27 2.28 2.23 3/178 5234
/proc/meminfo: memFree=28164940/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183080 CPUtime=1062.11 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135763 0 0 0 106152 59 0 0 20 0 1 0 106868653 2235473920 485980 33554432000 4194304 5796924 140737207992288 140737207989400 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545770 485980 169 392 0 545369 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 2183080

[startup+1122.3 s]
/proc/loadavg: 2.40 2.30 2.24 3/178 5397
/proc/meminfo: memFree=28248120/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183212 CPUtime=1122.1 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135798 0 0 0 112151 59 0 0 20 0 1 0 106868653 2235609088 486015 33554432000 4194304 5796924 140737207992288 140737207989400 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545803 486015 169 392 0 545402 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 2183212

[startup+1182.3 s]
/proc/loadavg: 2.30 2.29 2.24 4/177 5398
/proc/meminfo: memFree=28207236/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183612 CPUtime=1182.09 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135860 0 0 0 118150 59 0 0 20 0 1 0 106868653 2236018688 486077 33554432000 4194304 5796924 140737207992288 140737207989560 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545903 486077 169 392 0 545502 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 2183612

[startup+1242.3 s]
/proc/loadavg: 2.24 2.28 2.24 3/177 5399
/proc/meminfo: memFree=28167260/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183612 CPUtime=1242.08 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135866 0 0 0 124149 59 0 0 20 0 1 0 106868653 2236018688 486083 33554432000 4194304 5796924 140737207992288 140737207989560 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545903 486083 169 392 0 545502 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 2183612

[startup+1302.3 s]
/proc/loadavg: 2.27 2.27 2.24 3/177 5400
/proc/meminfo: memFree=28164852/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183612 CPUtime=1302.07 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135891 0 0 0 130148 59 0 0 20 0 1 0 106868653 2236018688 486108 33554432000 4194304 5796924 140737207992288 140737207989560 4582727 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545903 486108 169 392 0 545502 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 2183612

[startup+1362.3 s]
/proc/loadavg: 2.27 2.27 2.23 3/177 5401
/proc/meminfo: memFree=28163708/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183744 CPUtime=1362.06 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135912 0 0 0 136147 59 0 0 20 0 1 0 106868653 2236153856 486126 33554432000 4194304 5796924 140737207992288 140737207989400 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545936 486126 170 392 0 545535 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 2183744

[startup+1422.3 s]
/proc/loadavg: 2.28 2.27 2.24 4/177 5403
/proc/meminfo: memFree=28123944/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183744 CPUtime=1422.06 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135935 0 0 0 142147 59 0 0 20 0 1 0 106868653 2236153856 486648 33554432000 4194304 5796924 140737207992288 140737207989400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545936 486648 170 392 0 545535 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2183744

[startup+1482.3 s]
/proc/loadavg: 2.22 2.25 2.23 3/177 5404
/proc/meminfo: memFree=28161456/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183744 CPUtime=1482.04 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135960 0 0 0 148145 59 0 0 20 0 1 0 106868653 2236153856 486662 33554432000 4194304 5796924 140737207992288 140737207989400 4583148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545936 486662 170 392 0 545535 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 2183744

[startup+1542.31 s]
/proc/loadavg: 2.21 2.24 2.22 3/177 5405
/proc/meminfo: memFree=28125688/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183876 CPUtime=1542.03 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 135984 0 0 0 154144 59 0 0 20 0 1 0 106868653 2236289024 486680 33554432000 4194304 5796924 140737207992288 140737207989272 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545969 486680 170 392 0 545568 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2183876

[startup+1602.3 s]
/proc/loadavg: 2.16 2.22 2.22 3/177 5406
/proc/meminfo: memFree=28110944/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2183876 CPUtime=1602.02 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 136007 0 0 0 160143 59 0 0 20 0 1 0 106868653 2236289024 486696 33554432000 4194304 5796924 140737207992288 140737207989272 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 545969 486696 170 392 0 545568 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 2183876

[startup+1662.3 s]
/proc/loadavg: 2.37 2.27 2.23 4/178 5410
/proc/meminfo: memFree=28092464/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2184008 CPUtime=1661.99 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 136058 0 0 0 166140 59 0 0 20 0 1 0 106868653 2236424192 486859 33554432000 4194304 5796924 140737207992288 140737207989272 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 546002 486859 170 392 0 545601 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 2184008

[startup+1722.3 s]
/proc/loadavg: 2.29 2.26 2.23 3/177 5412
/proc/meminfo: memFree=28020288/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2184140 CPUtime=1721.99 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 136076 0 0 0 172140 59 0 0 20 0 1 0 106868653 2236559360 488042 33554432000 4194304 5796924 140737207992288 140737207989272 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 546035 488042 170 392 0 545634 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 2184140

[startup+1782.3 s]
/proc/loadavg: 2.26 2.26 2.23 4/177 5413
/proc/meminfo: memFree=28007656/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2184140 CPUtime=1781.97 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 136100 0 0 0 178138 59 0 0 20 0 1 0 106868653 2236559360 488624 33554432000 4194304 5796924 140737207992288 140737207989272 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 546035 488624 170 392 0 545634 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 2184140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.26 2.26 2.23 4/177 5413
/proc/meminfo: memFree=28001508/32872528 swapFree=16360/1798728
[pid=5195] ppid=5192 vsize=2184272 CPUtime=1800.07 cores=1,3,5,7
/proc/5195/stat : 5195 (naps-1.02) R 5192 5195 1152 0 -1 4202496 136105 0 0 0 179948 59 0 0 20 0 1 0 106868653 2236694528 488629 33554432000 4194304 5796924 140737207992288 140737207989272 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5195/statm: 546068 488629 170 392 0 545667 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2184272

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

Child status: 0
Real time (s): 1800.43
CPU time (s): 1800.11
CPU user time (s): 1799.48
CPU system time (s): 0.624905
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 2459816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.624905
maximum resident set size= 2202060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136117
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= 107
involuntary context switches= 1848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77027 second user time and 6.68998 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-06 23:42:35
IDJOB=4082850
IDBENCH=2948
IDSOLVER=2544
FILE ID=node123/4082850-1465249355
RUNJOBID= node123-1465219565-1169
PBS_JOBID= 19843215
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_13.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082850-1465249355/watcher-4082850-1465249355 -o /tmp/evaluation-result-4082850-1465249355/solver-4082850-1465249355 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1169 --watchdog 1960  naps-1.02 HOME/instance-4082850-1465249355.opb

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1543969273

node123.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.117
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.23
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.117
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.117
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.56
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.117
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.117
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.117
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.57
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.117
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		: 2667.117
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:        30112136 kB
Buffers:           23052 kB
Cached:            73932 kB
SwapCached:         1832 kB
Active:           206056 kB
Inactive:          53232 kB
Active(anon):     163008 kB
Inactive(anon):     2052 kB
Active(file):      43048 kB
Inactive(file):    51180 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:              5064 kB
Writeback:             0 kB
AnonPages:       2028012 kB
Mapped:             7716 kB
Shmem:                 0 kB
Slab:             566348 kB
SReclaimable:      10716 kB
SUnreclaim:       555632 kB
KernelStack:        1472 kB
PageTables:         7896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2108356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1943552 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 node123 at 2016-06-07 00:12:35