Trace number 4082874

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? 691.732 691.859

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
691.16/691.35	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
691.16/691.35	c 
691.16/691.35	c *** TERMINATED *** by signal 6
691.16/691.35	s UNKNOWN
691.16/691.35	c _____________________________________________________________________________
691.16/691.35	c 
691.16/691.35	c std/band forms        : 19,13300
691.16/691.35	c 2cl/3cl ITE-codings   : 35314790,737390
691.16/691.35	c BDD/srt/adr Max costs : 2615,0,0
691.16/691.35	c BDDraw/bin/mul/srt/adr: 0,0,13319,0,0
691.16/691.35	c BDD nodes             : 43506048
691.16/691.35	c Es1/CC detections     : 0,0
691.16/691.35	c SAT/UNSAT calls       : 0,0
691.16/691.35	c restarts              : 0
691.16/691.35	c conflicts             : 0              (0 /sec)
691.16/691.35	c decisions             : 0              (0 /sec)
691.16/691.35	c propagations          : 0              (0 /sec)
691.16/691.35	c inspects              : 0              (0 /sec)
691.16/691.35	c CPU time (solving tm) : 687.3 s        (0 s)
691.16/691.35	c Time for Opt-base     : 176.5 s
691.16/691.35	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-4082874-1465244212/watcher-4082874-1465244212 -o /tmp/evaluation-result-4082874-1465244212/solver-4082874-1465244212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960 naps-1.02 HOME/instance-4082874-1465244212.opb 

pid=28832
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: 1.72 1.95 2.01 3/176 28835
/proc/meminfo: memFree=31386444/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=6568 CPUtime=0 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 335 0 0 0 0 0 0 0 20 0 1 0 106353745 6725632 209 33554432000 4194304 5796924 140735878079648 140737393130664 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 1642 209 124 392 0 1241 0

[startup+0.100157 s]
/proc/loadavg: 1.72 1.95 2.01 3/176 28835
/proc/meminfo: memFree=31386444/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=10000 CPUtime=0.09 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 1205 0 0 0 9 0 0 0 20 0 1 0 106353745 10240000 1079 33554432000 4194304 5796924 140735878079648 140737393130664 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 2500 1080 124 392 0 2099 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10000

[startup+0.200295 s]
/proc/loadavg: 1.72 1.95 2.01 3/176 28835
/proc/meminfo: memFree=31386444/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=13920 CPUtime=0.19 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 2142 0 0 0 19 0 0 0 20 0 1 0 106353745 14254080 2016 33554432000 4194304 5796924 140735878079648 140737393130664 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 3480 2016 124 392 0 3079 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13920

[startup+0.300267 s]
/proc/loadavg: 1.72 1.95 2.01 3/176 28835
/proc/meminfo: memFree=31386444/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=17552 CPUtime=0.29 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 3067 0 0 0 29 0 0 0 20 0 1 0 106353745 17973248 2941 33554432000 4194304 5796924 140735878079648 140735878078872 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 4388 2942 124 392 0 3987 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17552

[startup+0.700201 s]
/proc/loadavg: 1.72 1.95 2.01 3/176 28835
/proc/meminfo: memFree=31386444/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=32448 CPUtime=0.69 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 6771 0 0 0 68 1 0 0 20 0 1 0 106353745 33226752 6645 33554432000 4194304 5796924 140735878079648 140735878078872 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 8112 6645 124 392 0 7711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32448

[startup+1.50019 s]
/proc/loadavg: 1.74 1.95 2.01 3/177 28836
/proc/meminfo: memFree=31341260/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=62092 CPUtime=1.49 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 14159 0 0 0 147 2 0 0 20 0 1 0 106353745 63582208 14033 33554432000 4194304 5796924 140735878079648 140735878078808 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 15523 14033 124 392 0 15122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62092

[startup+3.10021 s]
/proc/loadavg: 1.74 1.95 2.01 3/177 28836
/proc/meminfo: memFree=31298604/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=121320 CPUtime=3.09 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 28903 0 0 0 305 4 0 0 20 0 1 0 106353745 124231680 28777 33554432000 4194304 5796924 140735878079648 140735878075896 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 30330 28778 124 392 0 29929 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121320

[startup+6.30026 s]
/proc/loadavg: 1.76 1.95 2.01 3/177 28836
/proc/meminfo: memFree=31210324/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=171612 CPUtime=6.29 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 41997 0 0 0 624 5 0 0 20 0 1 0 106353745 175730688 41228 33554432000 4194304 5796924 140735878079648 140735878075864 5093586 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 42903 41228 139 392 0 42502 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 171612

[startup+12.7002 s]
/proc/loadavg: 1.78 1.96 2.01 3/177 28836
/proc/meminfo: memFree=31176476/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=190232 CPUtime=12.69 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 45468 0 0 0 1263 6 0 0 20 0 1 0 106353745 194797568 45788 33554432000 4194304 5796924 140735878079648 140735878075864 4808848 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 47558 45788 139 392 0 47157 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 190232

[startup+25.5003 s]
/proc/loadavg: 1.83 1.96 2.00 3/177 28836
/proc/meminfo: memFree=30769672/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=221876 CPUtime=25.48 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 50895 0 0 0 2541 7 0 0 20 0 1 0 106353745 227201024 53689 33554432000 4194304 5796924 140735878079648 140735878026584 5092526 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 55469 53689 139 392 0 55068 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 221876

[startup+51.1003 s]
/proc/loadavg: 1.89 1.96 2.00 3/177 28836
/proc/meminfo: memFree=30705392/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=286096 CPUtime=51.08 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 59173 0 0 0 5099 9 0 0 20 0 1 0 106353745 292962304 69469 33554432000 4194304 5796924 140735878079648 140735877980456 5094663 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 71524 69469 139 392 0 71123 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 286096

[startup+102.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/177 28837
/proc/meminfo: memFree=30577572/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=418296 CPUtime=102.28 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 74797 0 0 0 10213 15 0 0 20 0 1 0 106353745 428335104 100609 33554432000 4194304 5796924 140735878079648 140735878075864 5092425 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 104574 100609 139 392 0 104173 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 418296

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 2.00 3/177 28838
/proc/meminfo: memFree=30397164/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=598444 CPUtime=162.27 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 92419 0 0 0 16205 22 0 0 20 0 1 0 106353745 612806656 146196 33554432000 4194304 5796924 140735878079648 140735878075864 5096709 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 149611 146196 139 392 0 149210 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 598444

[startup+222.307 s]
/proc/loadavg: 2.29 2.07 2.02 3/178 28842
/proc/meminfo: memFree=30297924/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=710208 CPUtime=222.26 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 109265 0 0 0 22199 27 0 0 20 0 1 0 106353745 727252992 170196 33554432000 4194304 5796924 140735878079648 140735878075864 5087700 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 177552 170196 139 392 0 177151 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 710208

[startup+282.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/177 28843
/proc/meminfo: memFree=30032812/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=1012740 CPUtime=282.25 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 126774 0 0 0 28188 37 0 0 20 0 1 0 106353745 1037045760 235970 33554432000 4194304 5796924 140735878079648 140735878075864 5184407 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 253185 235970 139 392 0 252784 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1012740

[startup+342.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/177 28845
/proc/meminfo: memFree=29918700/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=1078176 CPUtime=342.23 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 143156 0 0 0 34182 41 0 0 20 0 1 0 106353745 1104052224 260528 33554432000 4194304 5796924 140735878079648 140735878075864 4805600 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 269544 260528 139 392 0 269143 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1078176

[startup+402.3 s]
/proc/loadavg: 2.03 2.05 2.02 3/177 28846
/proc/meminfo: memFree=29818372/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=1248468 CPUtime=402.23 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 159993 0 0 0 40176 47 0 0 20 0 1 0 106353745 1278431232 285030 33554432000 4194304 5796924 140735878079648 140735878075864 4199760 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 312117 285030 139 392 0 311716 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1248468

[startup+462.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 28847
/proc/meminfo: memFree=29720828/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=1313268 CPUtime=462.22 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 176212 0 0 0 46171 51 0 0 20 0 1 0 106353745 1344786432 308914 33554432000 4194304 5796924 140735878079648 140735878075864 4865437 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 328317 308914 139 392 0 327916 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1313268

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.02 3/177 28848
/proc/meminfo: memFree=29288076/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=1712848 CPUtime=522.21 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 192357 0 0 0 52157 64 0 0 20 0 1 0 106353745 1753956352 416480 33554432000 4194304 5796924 140735878079648 140735878075864 4295544 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 428212 416480 139 392 0 427811 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1712848

[startup+582.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/177 28849
/proc/meminfo: memFree=29188968/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=1776464 CPUtime=582.21 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 208266 0 0 0 58152 69 0 0 20 0 1 0 106353745 1819099136 440565 33554432000 4194304 5796924 140735878079648 140735878075864 5092416 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 444116 440565 139 392 0 443715 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 1776464

[startup+642.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/177 28851
/proc/meminfo: memFree=28882172/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=2518152 CPUtime=642.19 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 249545 0 0 0 64136 83 0 0 20 0 1 0 106353745 2578587648 581720 33554432000 4194304 5796924 140735878079648 140735878073736 4639471 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 629538 581720 144 392 0 629137 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 2518152

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

[startup+665.607 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 28852
/proc/meminfo: memFree=21648916/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=10689100 CPUtime=665.49 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 688413 0 0 0 66287 262 0 0 20 0 1 0 106353745 10945638400 2327875 33554432000 4194304 5796924 140735878079648 140735878069960 4564275 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 2672308 2327877 144 392 0 2671907 0
Current children cumulated CPU time (s) 665.49
Current children cumulated vsize (KiB) 10689100

[startup+678.4 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 28852
/proc/meminfo: memFree=18041924/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=15248596 CPUtime=678.26 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 971272 0 0 0 67461 365 0 0 20 0 1 0 106353745 15614562304 3270857 33554432000 4194304 5796924 140735878079648 140735878070680 5151648 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 3812149 3270857 144 392 0 3811748 0
Current children cumulated CPU time (s) 678.26
Current children cumulated vsize (KiB) 15248596

[startup+684.8 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 28852
/proc/meminfo: memFree=17454696/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=15398744 CPUtime=684.66 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 1001820 0 0 0 68087 379 0 0 20 0 1 0 106353745 15768313856 3367074 33554432000 4194304 5796924 140735878079648 140735878077432 4648271 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 3849686 3367074 151 392 0 3849285 0
Current children cumulated CPU time (s) 684.66
Current children cumulated vsize (KiB) 15398744

[startup+688 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 28852
/proc/meminfo: memFree=17454820/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=15398744 CPUtime=687.86 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 1001820 0 0 0 68407 379 0 0 20 0 1 0 106353745 15768313856 3367074 33554432000 4194304 5796924 140735878079648 140735878077432 4648365 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 3849686 3367074 151 392 0 3849285 0
Current children cumulated CPU time (s) 687.86
Current children cumulated vsize (KiB) 15398744

[startup+689.6 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 28852
/proc/meminfo: memFree=17454804/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=15411512 CPUtime=689.47 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 1005200 0 0 0 68566 381 0 0 20 0 1 0 106353745 15781388288 3380173 33554432000 4194304 5796924 140735878079648 140735878077432 5151833 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 3852878 3380173 152 392 0 3852477 0
Current children cumulated CPU time (s) 689.47
Current children cumulated vsize (KiB) 15411512

[startup+691.2 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 28852
/proc/meminfo: memFree=17277224/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=15526036 CPUtime=691.06 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202496 1013687 0 0 0 68721 385 0 0 20 0 1 0 106353745 15898660864 3424941 33554432000 4194304 5796924 140735878079648 140735878076936 4635509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 3881509 3424941 152 392 0 3881108 0
Current children cumulated CPU time (s) 691.06
Current children cumulated vsize (KiB) 15526036

[startup+691.6 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 28852
/proc/meminfo: memFree=17277224/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=0 CPUtime=691.46 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202500 1014123 0 0 0 68734 412 0 0 20 0 1 0 106353745 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 691.46
Current children cumulated vsize (KiB) 0

[startup+691.8 s]
/proc/loadavg: 2.02 2.05 2.01 3/177 28852
/proc/meminfo: memFree=17277224/32872528 swapFree=12328/568296
[pid=28835] ppid=28832 vsize=0 CPUtime=691.66 cores=0,2,4,6
/proc/28835/stat : 28835 (naps-1.02) R 28832 28835 28743 0 -1 4202500 1014123 0 0 0 68734 432 0 0 20 0 1 0 106353745 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 691.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 691.859
CPU time (s): 691.732
CPU user time (s): 687.35
CPU system time (s): 4.38233
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 15538888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 687.35
system time used= 4.38233
maximum resident set size= 13707632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1014123
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= 40
involuntary context switches= 773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.18567 second user time and 2.58961 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 22:16:52
IDJOB=4082874
IDBENCH=2639
IDSOLVER=2544
FILE ID=node138/4082874-1465244212
RUNJOBID= node138-1465244211-28759
PBS_JOBID= 19843251
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_20.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082874-1465244212/watcher-4082874-1465244212 -o /tmp/evaluation-result-4082874-1465244212/solver-4082874-1465244212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960  naps-1.02 HOME/instance-4082874-1465244212.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1505746390

node138.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.807
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	: 5333.61
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.807
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		: 2666.807
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.807
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		: 2666.807
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		: 2666.807
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.807
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.807
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:        31387624 kB
Buffers:           36676 kB
Cached:           119124 kB
SwapCached:        46416 kB
Active:            92572 kB
Inactive:         121900 kB
Active(anon):      13832 kB
Inactive(anon):    47172 kB
Active(file):      78740 kB
Inactive(file):    74728 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053464 kB
Dirty:             16440 kB
Writeback:             4 kB
AnonPages:        581972 kB
Mapped:             7696 kB
Shmem:                 0 kB
Slab:             569200 kB
SReclaimable:      12624 kB
SUnreclaim:       556576 kB
KernelStack:        1432 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     703100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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 node138 at 2016-06-06 22:28:24