Trace number 4082869

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.09 1800.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark181
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
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 1469
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.30	c 
1800.00/1800.30	c *** TERMINATED *** by signal 15
1800.00/1800.30	s UNKNOWN
1800.00/1800.30	c _____________________________________________________________________________
1800.00/1800.30	c 
1800.00/1800.30	c std/band forms        : 14,4200
1800.00/1800.30	c 2cl/3cl ITE-codings   : 4781011,207060
1800.00/1800.30	c BDD/srt/adr Max costs : 1844,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 0,0,4214,0,0
1800.00/1800.30	c BDD nodes             : 8854160
1800.00/1800.30	c Es1/CC detections     : 0,0
1800.00/1800.30	c SAT/UNSAT calls       : 0,0
1800.00/1800.30	c restarts              : 0
1800.00/1800.30	c conflicts             : 0              (0 /sec)
1800.00/1800.30	c decisions             : 0              (0 /sec)
1800.00/1800.30	c propagations          : 0              (0 /sec)
1800.00/1800.30	c inspects              : 0              (0 /sec)
1800.00/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.30	c Time for Opt-base     : 32.2 s
1800.00/1800.30	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-4082869-1465243914/watcher-4082869-1465243914 -o /tmp/evaluation-result-4082869-1465243914/solver-4082869-1465243914 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960 naps-1.02 HOME/instance-4082869-1465243914.opb 

pid=14767
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.00 2.00 1.95 3/176 14770
/proc/meminfo: memFree=31536360/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=6564 CPUtime=0 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 106326692 6721536 201 33554432000 4194304 5796924 140736350955440 140736926805992 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 1641 201 124 392 0 1240 0

[startup+0.100163 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 14770
/proc/meminfo: memFree=31536360/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=10128 CPUtime=0.09 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 1222 0 0 0 9 0 0 0 20 0 1 0 106326692 10371072 1096 33554432000 4194304 5796924 140736350955440 140736926805992 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 2532 1096 124 392 0 2131 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10128

[startup+0.200301 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 14770
/proc/meminfo: memFree=31536360/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=13912 CPUtime=0.19 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 2180 0 0 0 19 0 0 0 20 0 1 0 106326692 14245888 2054 33554432000 4194304 5796924 140736350955440 140736926805992 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 3478 2054 124 392 0 3077 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13912

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 14770
/proc/meminfo: memFree=31536360/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=17704 CPUtime=0.29 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 3126 0 0 0 29 0 0 0 20 0 1 0 106326692 18128896 3000 33554432000 4194304 5796924 140736350955440 140736926805992 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 4426 3001 124 392 0 4025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17704

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 14770
/proc/meminfo: memFree=31536360/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=32992 CPUtime=0.69 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 6913 0 0 0 68 1 0 0 20 0 1 0 106326692 33783808 6787 33554432000 4194304 5796924 140736350955440 140736926805992 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 8248 6787 124 392 0 7847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32992

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.95 2/172 14779
/proc/meminfo: memFree=31823460/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=52484 CPUtime=1.49 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 11874 0 0 0 147 2 0 0 20 0 1 0 106326692 53743616 11672 33554432000 4194304 5796924 140736350955440 140736350954600 4425326 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 13121 11672 139 392 0 12720 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52484

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14817
/proc/meminfo: memFree=31811276/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=57372 CPUtime=3.09 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 13696 0 0 0 307 2 0 0 20 0 1 0 106326692 58748928 12916 33554432000 4194304 5796924 140736350955440 140736350951656 5184407 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 14343 12916 139 392 0 13942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57372

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14817
/proc/meminfo: memFree=31716292/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=65740 CPUtime=6.29 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 15173 0 0 0 627 2 0 0 20 0 1 0 106326692 67317760 14756 33554432000 4194304 5796924 140736350955440 140736350951656 5100089 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 16435 14756 139 392 0 16034 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65740

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 14817
/proc/meminfo: memFree=31689376/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=81904 CPUtime=12.69 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 17586 0 0 0 1266 3 0 0 20 0 1 0 106326692 83869696 18406 33554432000 4194304 5796924 140736350955440 140736350951656 5087529 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 20476 18406 139 392 0 20075 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81904

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 1.95 3/177 14817
/proc/meminfo: memFree=31625852/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=108716 CPUtime=25.49 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 21884 0 0 0 2544 5 0 0 20 0 1 0 106326692 111325184 25696 33554432000 4194304 5796924 140736350955440 140736350951656 4806891 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 27179 25696 139 392 0 26778 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108716

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 1.95 3/177 14817
/proc/meminfo: memFree=31509512/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=169660 CPUtime=51.07 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 29601 0 0 0 5099 8 0 0 20 0 1 0 106326692 173731840 40424 33554432000 4194304 5796924 140736350955440 140736350951656 4806832 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 42415 40424 139 392 0 42014 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 169660

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 14818
/proc/meminfo: memFree=31286600/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=293500 CPUtime=102.27 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 42552 0 0 0 10214 13 0 0 20 0 1 0 106326692 300544000 68369 33554432000 4194304 5796924 140736350955440 140736350951656 5087650 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 73375 68369 139 392 0 72974 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 293500

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 14819
/proc/meminfo: memFree=28619788/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3073236 CPUtime=162.24 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 212033 0 0 0 16138 86 0 0 20 0 1 0 106326692 3146993664 694326 33554432000 4194304 5796924 140736350955440 140736350952552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 768309 694326 159 392 0 767908 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 3073236

[startup+222.307 s]
/proc/loadavg: 2.03 2.01 1.96 3/177 14820
/proc/meminfo: memFree=28524108/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3081452 CPUtime=222.24 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 214074 0 0 0 22137 87 0 0 20 0 1 0 106326692 3155406848 696367 33554432000 4194304 5796924 140736350955440 140736350952552 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 770363 696367 167 392 0 769962 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3081452

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 14822
/proc/meminfo: memFree=28440348/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3085456 CPUtime=282.23 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 215097 0 0 0 28135 88 0 0 20 0 1 0 106326692 3159506944 697390 33554432000 4194304 5796924 140736350955440 140736350952424 4569038 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 771364 697390 169 392 0 770963 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 3085456

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 14823
/proc/meminfo: memFree=22475528/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3087156 CPUtime=342.22 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 215504 0 0 0 34134 88 0 0 20 0 1 0 106326692 3161247744 697797 33554432000 4194304 5796924 140736350955440 140736350952552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 771789 697797 169 392 0 771388 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 3087156

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 14824
/proc/meminfo: memFree=21270928/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3087948 CPUtime=402.21 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 215700 0 0 0 40133 88 0 0 20 0 1 0 106326692 3162058752 697993 33554432000 4194304 5796924 140736350955440 140736350952552 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 771987 697993 169 392 0 771586 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 3087948

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/177 14825
/proc/meminfo: memFree=21221196/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3088720 CPUtime=462.2 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 215895 0 0 0 46132 88 0 0 20 0 1 0 106326692 3162849280 698188 33554432000 4194304 5796924 140736350955440 140736350952552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772180 698188 169 392 0 771779 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 3088720

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 14829
/proc/meminfo: memFree=21217076/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3089512 CPUtime=522.19 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216077 0 0 0 52131 88 0 0 20 0 1 0 106326692 3163660288 698370 33554432000 4194304 5796924 140736350955440 140736350952552 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772378 698370 169 392 0 771977 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 3089512

[startup+582.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/177 14831
/proc/meminfo: memFree=21214704/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3089776 CPUtime=582.18 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216168 0 0 0 58130 88 0 0 20 0 1 0 106326692 3163930624 698461 33554432000 4194304 5796924 140736350955440 140736350952552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772444 698461 169 392 0 772043 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3089776


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 14838
/proc/meminfo: memFree=21208496/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3091156 CPUtime=942.13 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216511 0 0 0 94125 88 0 0 20 0 1 0 106326692 3165343744 698804 33554432000 4194304 5796924 140736350955440 140736350952552 4607241 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772789 698804 169 392 0 772388 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 3091156

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 14839
/proc/meminfo: memFree=21207832/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3091552 CPUtime=1002.12 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216615 0 0 0 100124 88 0 0 20 0 1 0 106326692 3165749248 698908 33554432000 4194304 5796924 140736350955440 140736350952552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772888 698908 169 392 0 772487 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 3091552

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 14840
/proc/meminfo: memFree=21207068/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3091776 CPUtime=1062.11 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216643 0 0 0 106123 88 0 0 20 0 1 0 106326692 3165978624 698936 33554432000 4194304 5796924 140736350955440 140736350952712 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772944 698936 169 392 0 772543 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3091776

[startup+1122.3 s]
/proc/loadavg: 2.06 2.03 1.98 3/178 14844
/proc/meminfo: memFree=21206112/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3091776 CPUtime=1122.1 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216671 0 0 0 112122 88 0 0 20 0 1 0 106326692 3165978624 698964 33554432000 4194304 5796924 140736350955440 140736350952712 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 772944 698964 169 392 0 772543 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3091776

[startup+1182.3 s]
/proc/loadavg: 2.08 2.04 1.98 3/177 14846
/proc/meminfo: memFree=21205772/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3092304 CPUtime=1182.09 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216794 0 0 0 118121 88 0 0 20 0 1 0 106326692 3166519296 699087 33554432000 4194304 5796924 140736350955440 140736350952552 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773076 699087 169 392 0 772675 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3092304

[startup+1242.3 s]
/proc/loadavg: 2.07 2.04 1.99 3/177 14847
/proc/meminfo: memFree=21203472/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3092568 CPUtime=1242.08 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216852 0 0 0 124120 88 0 0 20 0 1 0 106326692 3166789632 699656 33554432000 4194304 5796924 140736350955440 140736350952552 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773142 699656 169 392 0 772741 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3092568

[startup+1302.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 14848
/proc/meminfo: memFree=21201488/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093096 CPUtime=1302.07 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 216981 0 0 0 130119 88 0 0 20 0 1 0 106326692 3167330304 699785 33554432000 4194304 5796924 140736350955440 140736350952552 4583352 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773274 699785 169 392 0 772873 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3093096

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 14849
/proc/meminfo: memFree=21201148/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093228 CPUtime=1362.06 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217031 0 0 0 136118 88 0 0 20 0 1 0 106326692 3167465472 699835 33554432000 4194304 5796924 140736350955440 140736350952424 4568949 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773307 699835 169 392 0 772906 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3093228

[startup+1422.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 14850
/proc/meminfo: memFree=21201292/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093492 CPUtime=1422.06 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217071 0 0 0 142118 88 0 0 20 0 1 0 106326692 3167735808 699875 33554432000 4194304 5796924 140736350955440 140736350952712 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773373 699875 169 392 0 772972 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3093492

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 14852
/proc/meminfo: memFree=21198712/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093972 CPUtime=1482.04 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217177 0 0 0 148116 88 0 0 20 0 1 0 106326692 3168227328 699981 33554432000 4194304 5796924 140736350955440 140736350952712 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773493 699981 169 392 0 773092 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 3093972

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 14853
/proc/meminfo: memFree=21194068/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093972 CPUtime=1542.04 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217179 0 0 0 154116 88 0 0 20 0 1 0 106326692 3168227328 699983 33554432000 4194304 5796924 140736350955440 140736350952712 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773493 699983 169 392 0 773092 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3093972

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 14854
/proc/meminfo: memFree=21191836/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093972 CPUtime=1602.02 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217182 0 0 0 160114 88 0 0 20 0 1 0 106326692 3168227328 699986 33554432000 4194304 5796924 140736350955440 140736350952712 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773493 699986 170 392 0 773092 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3093972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14855
/proc/meminfo: memFree=21188624/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3093972 CPUtime=1662.02 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217209 0 0 0 166113 89 0 0 20 0 1 0 106326692 3168227328 700013 33554432000 4194304 5796924 140736350955440 140736350952712 4582902 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773493 700013 170 392 0 773092 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3093972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 14859
/proc/meminfo: memFree=21181872/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3094104 CPUtime=1722.01 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217252 0 0 0 172112 89 0 0 20 0 1 0 106326692 3168362496 700056 33554432000 4194304 5796924 140736350955440 140736350952424 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773526 700056 170 392 0 773125 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3094104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14861
/proc/meminfo: memFree=21172756/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3094236 CPUtime=1782 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217281 0 0 0 178111 89 0 0 20 0 1 0 106326692 3168497664 700085 33554432000 4194304 5796924 140736350955440 140736350952552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773559 700085 170 392 0 773158 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3094236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14861
/proc/meminfo: memFree=21170260/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3094236 CPUtime=1800 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217287 0 0 0 179911 89 0 0 20 0 1 0 106326692 3168497664 700091 33554432000 4194304 5796924 140736350955440 140736350952552 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773559 700091 170 392 0 773158 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3094236

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 14861
/proc/meminfo: memFree=21170260/32872528 swapFree=10608/190480
[pid=14770] ppid=14767 vsize=3094236 CPUtime=1800 cores=1,3,5,7
/proc/14770/stat : 14770 (naps-1.02) R 14767 14770 14475 0 -1 4202496 217287 0 0 0 179911 89 0 0 20 0 1 0 106326692 3168497664 700091 33554432000 4194304 5796924 140736350955440 140736350952552 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14770/statm: 773559 700091 170 392 0 773158 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3094236

Child status: 0
Real time (s): 1800.38
CPU time (s): 1800.09
CPU user time (s): 1799.12
CPU system time (s): 0.968852
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 3584648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 0.968852
maximum resident set size= 3210016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217299
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= 34
involuntary context switches= 1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.98824 second user time and 6.54 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 22:11:54
IDJOB=4082869
IDBENCH=2634
IDSOLVER=2544
FILE ID=node102/4082869-1465243914
RUNJOBID= node102-1465240311-14492
PBS_JOBID= 19843244
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_15.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082869-1465243914/watcher-4082869-1465243914 -o /tmp/evaluation-result-4082869-1465243914/solver-4082869-1465243914 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960  naps-1.02 HOME/instance-4082869-1465243914.opb

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=1407889330

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:        31536888 kB
Buffers:           33752 kB
Cached:            79892 kB
SwapCached:         2308 kB
Active:           373944 kB
Inactive:          68036 kB
Active(anon):     328960 kB
Inactive(anon):     1568 kB
Active(file):      44984 kB
Inactive(file):    66468 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:        516968 kB
Mapped:             7792 kB
Shmem:                 0 kB
Slab:             567092 kB
SReclaimable:      11176 kB
SUnreclaim:       555916 kB
KernelStack:        1432 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     691968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 71728 MiB
End job on node102 at 2016-06-06 22:41:54