Trace number 4082852

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.02 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark197
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
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 constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
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.00/1800.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 452,3981
1800.00/1800.40	c 2cl/3cl ITE-codings   : 4679550,177665
1800.00/1800.40	c BDD/srt/adr Max costs : 1831,0,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,4433,0,0
1800.00/1800.40	c BDD nodes             : 8639634
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 33 s
1800.00/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-4082852-1465248860/watcher-4082852-1465248860 -o /tmp/evaluation-result-4082852-1465248860/solver-4082852-1465248860 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1465218415-9445 --watchdog 1960 naps-1.02 HOME/instance-4082852-1465248860.opb 

pid=13845
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.33 2.22 2.19 3/176 13848
/proc/meminfo: memFree=30272916/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=6564 CPUtime=0 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 337 0 0 0 0 0 0 0 20 0 1 0 106817830 6721536 212 33554432000 4194304 5796924 140736634416192 140735532667336 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 1641 212 124 392 0 1240 0

[startup+0.100156 s]
/proc/loadavg: 2.33 2.22 2.19 3/176 13848
/proc/meminfo: memFree=30272916/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=10136 CPUtime=0.09 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 1242 0 0 0 9 0 0 0 20 0 1 0 106817830 10379264 1117 33554432000 4194304 5796924 140736634416192 140735532667336 4404174 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 2534 1117 124 392 0 2133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10136

[startup+0.200284 s]
/proc/loadavg: 2.33 2.22 2.19 3/176 13848
/proc/meminfo: memFree=30272916/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=14048 CPUtime=0.19 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 2202 0 0 0 19 0 0 0 20 0 1 0 106817830 14385152 2077 33554432000 4194304 5796924 140736634416192 140735532667336 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 3512 2077 124 392 0 3111 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14048

[startup+0.300269 s]
/proc/loadavg: 2.33 2.22 2.19 3/176 13848
/proc/meminfo: memFree=30272916/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=17904 CPUtime=0.29 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 3154 0 0 0 29 0 0 0 20 0 1 0 106817830 18333696 3029 33554432000 4194304 5796924 140736634416192 140735532667336 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 4476 3029 124 392 0 4075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17904

[startup+0.70019 s]
/proc/loadavg: 2.33 2.22 2.19 3/176 13848
/proc/meminfo: memFree=30272916/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=33188 CPUtime=0.69 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 6951 0 0 0 69 0 0 0 20 0 1 0 106817830 33984512 6826 33554432000 4194304 5796924 140736634416192 140736634415352 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 8297 6826 124 392 0 7896 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33188

[startup+1.50023 s]
/proc/loadavg: 2.30 2.22 2.19 3/177 13849
/proc/meminfo: memFree=30230816/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=52032 CPUtime=1.49 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 11766 0 0 0 148 1 0 0 20 0 1 0 106817830 53280768 11565 33554432000 4194304 5796924 140736634416192 140736634412408 5096591 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 13008 11565 143 392 0 12607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52032

[startup+3.10024 s]
/proc/loadavg: 2.30 2.22 2.19 3/177 13849
/proc/meminfo: memFree=30223980/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=57056 CPUtime=3.08 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 13582 0 0 0 307 1 0 0 20 0 1 0 106817830 58425344 12803 33554432000 4194304 5796924 140736634416192 140736634412408 4806863 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 14264 12803 143 392 0 13863 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57056

[startup+6.30023 s]
/proc/loadavg: 2.27 2.21 2.19 4/177 13849
/proc/meminfo: memFree=30215600/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=65556 CPUtime=6.29 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 15089 0 0 0 627 2 0 0 20 0 1 0 106817830 67129344 14673 33554432000 4194304 5796924 140736634416192 140736634412408 5096658 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 16389 14673 143 392 0 15988 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65556

[startup+12.7002 s]
/proc/loadavg: 2.33 2.22 2.19 3/177 13849
/proc/meminfo: memFree=30200456/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=81592 CPUtime=12.68 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 17501 0 0 0 1266 2 0 0 20 0 1 0 106817830 83550208 18322 33554432000 4194304 5796924 140736634416192 140736634412408 5096620 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 20398 18322 143 392 0 19997 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81592

[startup+25.5003 s]
/proc/loadavg: 2.36 2.23 2.19 3/177 13849
/proc/meminfo: memFree=30170692/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=108132 CPUtime=25.48 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 21754 0 0 0 2545 3 0 0 20 0 1 0 106817830 110727168 25560 33554432000 4194304 5796924 140736634416192 140736634412408 4261408 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 27033 25560 143 392 0 26632 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 108132

[startup+51.1003 s]
/proc/loadavg: 2.27 2.23 2.19 3/177 13849
/proc/meminfo: memFree=30113380/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=168792 CPUtime=51.08 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 29371 0 0 0 5102 6 0 0 20 0 1 0 106817830 172843008 40168 33554432000 4194304 5796924 140736634416192 140736634412408 4861426 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 42198 40168 143 392 0 41797 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 168792

[startup+102.3 s]
/proc/loadavg: 2.23 2.22 2.19 3/177 13850
/proc/meminfo: memFree=30000916/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=290660 CPUtime=102.28 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 41800 0 0 0 10216 12 0 0 20 0 1 0 106817830 297635840 67091 33554432000 4194304 5796924 140736634416192 140736634412408 5091201 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 72665 67091 143 392 0 72264 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 290660

[startup+162.3 s]
/proc/loadavg: 2.18 2.21 2.18 3/177 13852
/proc/meminfo: memFree=27568020/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3029684 CPUtime=162.27 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 200433 0 0 0 16143 84 0 0 20 0 1 0 106817830 3102396416 677714 33554432000 4194304 5796924 140736634416192 140736634413688 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 757421 677714 159 392 0 757020 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3029684

[startup+222.307 s]
/proc/loadavg: 2.15 2.20 2.18 3/177 13853
/proc/meminfo: memFree=27517748/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3062932 CPUtime=222.26 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 208697 0 0 0 22141 85 0 0 20 0 1 0 106817830 3136442368 685987 33554432000 4194304 5796924 140736634416192 140736634413304 4569014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 765733 685987 167 392 0 765332 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3062932

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/177 13854
/proc/meminfo: memFree=27515780/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3063248 CPUtime=282.24 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 208815 0 0 0 28139 85 0 0 20 0 1 0 106817830 3136765952 686103 33554432000 4194304 5796924 140736634416192 140736634413304 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 765812 686103 169 392 0 765411 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3063248

[startup+342.3 s]
/proc/loadavg: 2.35 2.24 2.19 3/178 13858
/proc/meminfo: memFree=27500016/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3065096 CPUtime=342.24 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 209299 0 0 0 34138 86 0 0 20 0 1 0 106817830 3138658304 686581 33554432000 4194304 5796924 140736634416192 140736634413304 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 766274 686581 169 392 0 765873 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3065096

[startup+402.3 s]
/proc/loadavg: 2.22 2.22 2.18 4/177 13859
/proc/meminfo: memFree=27468484/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3065756 CPUtime=402.23 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 209457 0 0 0 40137 86 0 0 20 0 1 0 106817830 3139334144 686732 33554432000 4194304 5796924 140736634416192 140736634413304 4569014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 766439 686732 169 392 0 766038 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3065756

[startup+462.3 s]
/proc/loadavg: 2.34 2.25 2.19 4/177 13861
/proc/meminfo: memFree=27498988/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3066444 CPUtime=462.22 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 209623 0 0 0 46136 86 0 0 20 0 1 0 106817830 3140038656 686890 33554432000 4194304 5796924 140736634416192 140736634413464 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 766611 686890 169 392 0 766210 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3066444

[startup+522.3 s]
/proc/loadavg: 2.29 2.25 2.19 4/177 13862
/proc/meminfo: memFree=27498204/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3067500 CPUtime=522.2 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 209921 0 0 0 52134 86 0 0 20 0 1 0 106817830 3141120000 687182 33554432000 4194304 5796924 140736634416192 140736634413304 4607776 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 766875 687182 169 392 0 766474 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3067500

[startup+582.3 s]
/proc/loadavg: 2.21 2.23 2.19 3/177 13863
/proc/meminfo: memFree=27462744/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3068028 CPUtime=582.19 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210028 0 0 0 58133 86 0 0 20 0 1 0 106817830 3141660672 687286 33554432000 4194304 5796924 140736634416192 140736634413304 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767007 687286 169 392 0 766606 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3068028


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


[startup+882.307 s]
/proc/loadavg: 2.28 2.25 2.19 3/177 13869
/proc/meminfo: memFree=27488464/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3068952 CPUtime=882.1 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210373 0 0 0 88124 86 0 0 20 0 1 0 106817830 3142606848 689627 33554432000 4194304 5796924 140736634416192 140736634413304 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767238 689627 169 392 0 766837 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 3068952

[startup+942.3 s]
/proc/loadavg: 2.42 2.28 2.20 4/178 13873
/proc/meminfo: memFree=27477756/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069156 CPUtime=942.08 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210424 0 0 0 94122 86 0 0 20 0 1 0 106817830 3142815744 691960 33554432000 4194304 5796924 140736634416192 140736634413464 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767289 691960 169 392 0 766888 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 3069156

[startup+1002.3 s]
/proc/loadavg: 2.36 2.28 2.20 4/177 13874
/proc/meminfo: memFree=27422292/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069288 CPUtime=1002.05 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210503 0 0 0 100119 86 0 0 20 0 1 0 106817830 3142950912 693698 33554432000 4194304 5796924 140736634416192 140736634413304 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767322 693698 169 392 0 766921 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 3069288

[startup+1062.3 s]
/proc/loadavg: 2.39 2.31 2.21 3/177 13876
/proc/meminfo: memFree=27423448/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069420 CPUtime=1062.04 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210549 0 0 0 106118 86 0 0 20 0 1 0 106817830 3143086080 693743 33554432000 4194304 5796924 140736634416192 140736634413304 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767355 693743 169 392 0 766954 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 3069420

[startup+1122.3 s]
/proc/loadavg: 2.23 2.28 2.20 3/178 13888
/proc/meminfo: memFree=27421692/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069552 CPUtime=1122.03 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210577 0 0 0 112117 86 0 0 20 0 1 0 106817830 3143221248 693771 33554432000 4194304 5796924 140736634416192 140736634413304 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767388 693771 169 392 0 766987 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 3069552

[startup+1182.3 s]
/proc/loadavg: 2.29 2.28 2.21 4/177 13889
/proc/meminfo: memFree=27425996/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069684 CPUtime=1182.02 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210600 0 0 0 118116 86 0 0 20 0 1 0 106817830 3143356416 693794 33554432000 4194304 5796924 140736634416192 140736634413304 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767421 693794 169 392 0 767020 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 3069684

[startup+1242.3 s]
/proc/loadavg: 2.31 2.29 2.21 3/177 13890
/proc/meminfo: memFree=27430628/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069924 CPUtime=1242.01 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210646 0 0 0 124115 86 0 0 20 0 1 0 106817830 3143602176 693840 33554432000 4194304 5796924 140736634416192 140736634413464 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767481 693840 169 392 0 767080 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 3069924

[startup+1302.3 s]
/proc/loadavg: 2.20 2.26 2.20 4/177 13891
/proc/meminfo: memFree=27432712/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069924 CPUtime=1302 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210656 0 0 0 130114 86 0 0 20 0 1 0 106817830 3143602176 693850 33554432000 4194304 5796924 140736634416192 140736634413464 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767481 693850 169 392 0 767080 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 3069924

[startup+1362.3 s]
/proc/loadavg: 2.30 2.28 2.21 4/176 13892
/proc/meminfo: memFree=27436836/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3069924 CPUtime=1361.99 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210676 0 0 0 136113 86 0 0 20 0 1 0 106817830 3143602176 693870 33554432000 4194304 5796924 140736634416192 140736634413464 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767481 693870 169 392 0 767080 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 3069924

[startup+1422.3 s]
/proc/loadavg: 2.24 2.25 2.20 3/177 13894
/proc/meminfo: memFree=27470108/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3070056 CPUtime=1421.99 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210699 0 0 0 142113 86 0 0 20 0 1 0 106817830 3143737344 693893 33554432000 4194304 5796924 140736634416192 140736634413176 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767514 693893 170 392 0 767113 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 3070056

[startup+1482.3 s]
/proc/loadavg: 2.21 2.24 2.19 4/176 13895
/proc/meminfo: memFree=27421284/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3070188 CPUtime=1481.97 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210730 0 0 0 148111 86 0 0 20 0 1 0 106817830 3143872512 693924 33554432000 4194304 5796924 140736634416192 140736634413304 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767547 693924 170 392 0 767146 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 3070188

[startup+1542.31 s]
/proc/loadavg: 2.38 2.27 2.20 4/178 14039
/proc/meminfo: memFree=27451340/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3070848 CPUtime=1541.97 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210887 0 0 0 154111 86 0 0 20 0 1 0 106817830 3144548352 694081 33554432000 4194304 5796924 140736634416192 140736634413304 4606531 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767712 694081 170 392 0 767311 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 3070848

[startup+1602.3 s]
/proc/loadavg: 2.39 2.29 2.21 3/178 14108
/proc/meminfo: memFree=27486524/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3070980 CPUtime=1601.93 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 210964 0 0 0 160107 86 0 0 20 0 1 0 106817830 3144683520 694122 33554432000 4194304 5796924 140736634416192 140736634413176 4569014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767745 694122 170 392 0 767344 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 3070980

[startup+1662.3 s]
/proc/loadavg: 2.27 2.28 2.21 3/177 14109
/proc/meminfo: memFree=27467692/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3071112 CPUtime=1661.92 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 211010 0 0 0 166106 86 0 0 20 0 1 0 106817830 3144818688 694678 33554432000 4194304 5796924 140736634416192 140736634413176 4569014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767778 694678 170 392 0 767377 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 3071112

[startup+1722.3 s]
/proc/loadavg: 2.29 2.27 2.21 4/177 14111
/proc/meminfo: memFree=27456488/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3071244 CPUtime=1721.91 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 211048 0 0 0 172105 86 0 0 20 0 1 0 106817830 3144953856 694716 33554432000 4194304 5796924 140736634416192 140736634413304 4606531 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767811 694716 170 392 0 767410 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 3071244

[startup+1782.3 s]
/proc/loadavg: 2.26 2.27 2.21 3/177 14112
/proc/meminfo: memFree=27445988/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3071948 CPUtime=1781.9 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 211158 0 0 0 178104 86 0 0 20 0 1 0 106817830 3145674752 694826 33554432000 4194304 5796924 140736634416192 140736634413464 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767987 694826 170 392 0 767586 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 3071948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.25 2.20 3/177 14112
/proc/meminfo: memFree=27436312/32872528 swapFree=18240/1696364
[pid=13848] ppid=13845 vsize=3071948 CPUtime=1800 cores=0,2,4,6
/proc/13848/stat : 13848 (naps-1.02) R 13845 13848 9429 0 -1 4202496 211163 0 0 0 179914 86 0 0 20 0 1 0 106817830 3145674752 694831 33554432000 4194304 5796924 140736634416192 140736634413464 4606531 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13848/statm: 767987 694831 170 392 0 767586 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3071948

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.14
CPU system time (s): 0.882865
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 3559708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.882865
maximum resident set size= 3154104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211175
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= 227
involuntary context switches= 1862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52531 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-06 23:34:20
IDJOB=4082852
IDBENCH=2935
IDSOLVER=2544
FILE ID=node137/4082852-1465248860
RUNJOBID= node137-1465218415-9445
PBS_JOBID= 19843212
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_15.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082852-1465248860/watcher-4082852-1465248860 -o /tmp/evaluation-result-4082852-1465248860/solver-4082852-1465248860 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1465218415-9445 --watchdog 1960  naps-1.02 HOME/instance-4082852-1465248860.opb

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=1758774801

node137.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.018
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.03
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.018
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.56
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.018
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		: 2667.018
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.018
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		: 2667.018
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		: 2667.018
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.018
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:        30273924 kB
Buffers:           26304 kB
Cached:           101084 kB
SwapCached:         2172 kB
Active:           139480 kB
Inactive:          64664 kB
Active(anon):      76976 kB
Inactive(anon):     2256 kB
Active(file):      62504 kB
Inactive(file):    62408 kB
Unevictable:     1696364 kB
Mlocked:           18240 kB
SwapTotal:      67108856 kB
SwapFree:       67098812 kB
Dirty:              5828 kB
Writeback:             0 kB
AnonPages:       1886752 kB
Mapped:             7680 kB
Shmem:                 0 kB
Slab:             566364 kB
SReclaimable:      10604 kB
SUnreclaim:       555760 kB
KernelStack:        1472 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1887952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1845248 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= 71732 MiB
End job on node137 at 2016-06-07 00:04:21