Trace number 4082243

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? 1089.96 1090.19

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
Bench CategoryOPT-BIGINT (optimisation, big 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 variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
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.
1089.35/1089.69	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
1089.35/1089.69	c 
1089.35/1089.69	c *** TERMINATED *** by signal 6
1089.35/1089.69	s UNKNOWN
1089.35/1089.69	c _____________________________________________________________________________
1089.35/1089.69	c 
1089.35/1089.69	c std/band forms        : 814,720
1089.35/1089.69	c 2cl/3cl ITE-codings   : 17244169,1529558
1089.35/1089.69	c BDD/srt/adr Max costs : 277793,192715,3828
1089.35/1089.69	c BDDraw/bin/mul/srt/adr: 527,0,976,28,3
1089.35/1089.69	c BDD nodes             : 28736469
1089.35/1089.69	c Es1/CC detections     : 0,0
1089.35/1089.69	c SAT/UNSAT calls       : 0,0
1089.35/1089.69	c restarts              : 0
1089.35/1089.69	c conflicts             : 0              (0 /sec)
1089.35/1089.69	c decisions             : 0              (0 /sec)
1089.35/1089.69	c propagations          : 0              (0 /sec)
1089.35/1089.69	c inspects              : 0              (0 /sec)
1089.35/1089.69	c CPU time (solving tm) : 1086 s        (0 s)
1089.35/1089.69	c Time for Opt-base     : 609.6 s
1089.35/1089.69	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-4082243-1465240388/watcher-4082243-1465240388 -o /tmp/evaluation-result-4082243-1465240388/solver-4082243-1465240388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465238587-7901 --watchdog 1960 naps-1.02 HOME/instance-4082243-1465240388.opb 

pid=8087
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.07 2.05 2.19 3/174 8090
/proc/meminfo: memFree=31525408/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=7140 CPUtime=0 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 440 0 0 0 0 0 0 0 20 0 1 0 105973707 7311360 314 33554432000 4194304 5796924 140735941950032 140735941949400 4659057 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 1785 314 114 392 0 1384 0

[startup+0.100173 s]
/proc/loadavg: 2.07 2.05 2.19 3/174 8090
/proc/meminfo: memFree=31525408/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=21852 CPUtime=0.09 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 4062 0 0 0 9 0 0 0 20 0 1 0 105973707 22376448 3635 33554432000 4194304 5796924 140735941950032 140735941949400 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 5463 3635 117 392 0 5062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21852

[startup+0.200358 s]
/proc/loadavg: 2.07 2.05 2.19 3/174 8090
/proc/meminfo: memFree=31525408/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=26028 CPUtime=0.19 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 5331 0 0 0 19 0 0 0 20 0 1 0 105973707 26652672 4811 33554432000 4194304 5796924 140735941950032 140735941949400 5096633 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 6507 4811 124 392 0 6106 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26028

[startup+0.300333 s]
/proc/loadavg: 2.07 2.05 2.19 3/174 8090
/proc/meminfo: memFree=31525408/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=27468 CPUtime=0.29 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 5761 0 0 0 29 0 0 0 20 0 1 0 105973707 28127232 5241 33554432000 4194304 5796924 140735941950032 140735941949400 5092983 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 6867 5241 124 392 0 6466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27468

[startup+0.700274 s]
/proc/loadavg: 2.07 2.05 2.19 3/174 8090
/proc/meminfo: memFree=31525408/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=37712 CPUtime=0.69 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 9351 0 0 0 68 1 0 0 20 0 1 0 105973707 38617088 7693 33554432000 4194304 5796924 140735941950032 140735941947448 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 9428 7693 124 392 0 9027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37712

[startup+1.50027 s]
/proc/loadavg: 2.07 2.05 2.19 3/175 8091
/proc/meminfo: memFree=31451728/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=59724 CPUtime=1.49 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 17495 0 0 0 147 2 0 0 20 0 1 0 105973707 61157376 13000 33554432000 4194304 5796924 140735941950032 140735941947448 4199797 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 14931 13000 124 392 0 14530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59724

[startup+3.10024 s]
/proc/loadavg: 2.07 2.05 2.19 3/175 8091
/proc/meminfo: memFree=31416636/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=99072 CPUtime=3.09 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 30754 0 0 0 305 4 0 0 20 0 1 0 105973707 101449728 22838 33554432000 4194304 5796924 140735941950032 140735941947560 5087664 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 24768 22838 124 392 0 24367 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99072

[startup+6.3003 s]
/proc/loadavg: 2.14 2.06 2.20 3/175 8091
/proc/meminfo: memFree=31342428/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=152620 CPUtime=6.29 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 56406 0 0 0 622 7 0 0 20 0 1 0 105973707 156282880 35816 33554432000 4194304 5796924 140735941950032 140735941947896 4368857 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 38155 35816 130 392 0 37754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152620

[startup+12.7002 s]
/proc/loadavg: 2.13 2.06 2.19 3/175 8091
/proc/meminfo: memFree=31342808/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=152620 CPUtime=12.69 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 56406 0 0 0 1262 7 0 0 20 0 1 0 105973707 156282880 35816 33554432000 4194304 5796924 140735941950032 140735941947896 4802630 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 38155 35816 130 392 0 37754 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152620

[startup+25.5004 s]
/proc/loadavg: 2.10 2.06 2.19 3/175 8091
/proc/meminfo: memFree=31073400/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=425024 CPUtime=25.48 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 123246 0 0 0 2529 19 0 0 20 0 1 0 105973707 435224576 103318 33554432000 4194304 5796924 140735941950032 140735940493960 5077942 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 106256 103318 140 392 0 105855 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 425024

[startup+51.1003 s]
/proc/loadavg: 2.13 2.07 2.19 3/175 8091
/proc/meminfo: memFree=31071796/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=425024 CPUtime=51.08 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 123730 0 0 0 5089 19 0 0 20 0 1 0 105973707 435224576 103802 33554432000 4194304 5796924 140735941950032 140735941947016 4809311 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 106256 103802 151 392 0 105855 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 425024

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.18 3/175 8092
/proc/meminfo: memFree=31028636/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=466912 CPUtime=102.28 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 125871 0 0 0 10207 21 0 0 20 0 1 0 105973707 478117888 114386 33554432000 4194304 5796924 140735941950032 140735941946248 5096660 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 116728 114386 191 392 0 116327 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 466912

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.16 3/175 8093
/proc/meminfo: memFree=31013316/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=476140 CPUtime=162.26 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 126384 0 0 0 16205 21 0 0 20 0 1 0 105973707 487567360 115410 33554432000 4194304 5796924 140735941950032 140735941946248 4805771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 119035 115410 191 392 0 118634 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 476140

[startup+222.307 s]
/proc/loadavg: 2.00 2.03 2.15 3/175 8095
/proc/meminfo: memFree=30915968/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=568768 CPUtime=222.26 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 132045 0 0 0 22202 24 0 0 20 0 1 0 105973707 582418432 139653 33554432000 4194304 5796924 140735941950032 140735941947016 5087772 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 142192 139653 191 392 0 141791 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 568768

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/175 8096
/proc/meminfo: memFree=30776260/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=720572 CPUtime=282.25 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 142653 0 0 0 28196 29 0 0 20 0 1 0 105973707 737865728 172605 33554432000 4194304 5796924 140735941950032 140735941947016 5087743 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 180143 172605 191 392 0 179742 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 720572

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/175 8097
/proc/meminfo: memFree=30758692/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=733904 CPUtime=342.23 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 145975 0 0 0 34194 29 0 0 20 0 1 0 105973707 751517696 176989 33554432000 4194304 5796924 140735941950032 140735941946248 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 183476 176989 191 392 0 183075 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 733904

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/175 8098
/proc/meminfo: memFree=30755924/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=733904 CPUtime=402.21 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 146002 0 0 0 40191 30 0 0 20 0 1 0 105973707 751517696 177711 33554432000 4194304 5796924 140735941950032 140735941946248 5100122 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 183476 177711 191 392 0 183075 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 733904

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/176 8102
/proc/meminfo: memFree=30733324/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=780620 CPUtime=462.17 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 146368 0 0 0 46187 30 0 0 20 0 1 0 105973707 799354880 182133 33554432000 4194304 5796924 140735941950032 140735941946248 4809393 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 195155 182133 191 392 0 194754 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 780620

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/175 8104
/proc/meminfo: memFree=30728268/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=780620 CPUtime=522.14 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 146588 0 0 0 52184 30 0 0 20 0 1 0 105973707 799354880 183343 33554432000 4194304 5796924 140735941950032 140735941946248 5092423 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 195155 183343 191 392 0 194754 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 780620

[startup+582.3 s]
/proc/loadavg: 2.06 2.01 2.09 3/175 8105
/proc/meminfo: memFree=30511560/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=961752 CPUtime=582.14 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 150283 0 0 0 58177 37 0 0 20 0 1 0 105973707 984834048 237334 33554432000 4194304 5796924 140735941950032 140735941667528 5087772 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 240438 237334 191 392 0 240037 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 961752

[startup+642.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/175 8106
/proc/meminfo: memFree=30284020/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=1198932 CPUtime=642.13 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 192602 0 0 0 64169 44 0 0 20 0 1 0 105973707 1227706368 294472 33554432000 4194304 5796924 140735941950032 140735941778136 4805698 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 299733 294472 191 392 0 299332 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1198932

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/175 8107
/proc/meminfo: memFree=30146348/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=1407924 CPUtime=702.12 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 219152 0 0 0 70162 50 0 0 20 0 1 0 105973707 1441714176 328176 33554432000 4194304 5796924 140735941950032 140735941947016 4863552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 351981 328176 191 392 0 351580 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 1407924

[startup+762.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/175 8108
/proc/meminfo: memFree=30087208/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=1450296 CPUtime=762.12 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 229746 0 0 0 76160 52 0 0 20 0 1 0 105973707 1485103104 341836 33554432000 4194304 5796924 140735941950032 140735941947016 5087650 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 362574 341836 191 392 0 362173 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 1450296

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/175 8110
/proc/meminfo: memFree=30055672/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=1473528 CPUtime=822.1 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 235553 0 0 0 82157 53 0 0 20 0 1 0 105973707 1508892672 349687 33554432000 4194304 5796924 140735941950032 140735941946248 5087650 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 368382 349687 191 392 0 367981 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 1473528

[startup+882.307 s]
/proc/loadavg: 2.03 2.01 2.07 3/175 8111
/proc/meminfo: memFree=30055672/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=1473528 CPUtime=882.1 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 235553 0 0 0 88157 53 0 0 20 0 1 0 105973707 1508892672 349687 33554432000 4194304 5796924 140735941950032 140735941946248 5092416 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 368382 349687 191 392 0 367981 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 1473528

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.06 3/175 8112
/proc/meminfo: memFree=30049400/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=1473528 CPUtime=942.08 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 235556 0 0 0 94155 53 0 0 20 0 1 0 105973707 1508892672 351223 33554432000 4194304 5796924 140735941950032 140735941946248 5094663 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 368382 351223 191 392 0 367981 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 1473528

[startup+1002.3 s]
/proc/loadavg: 2.08 2.02 2.06 3/175 8113
/proc/meminfo: memFree=21699380/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=10703792 CPUtime=1002.07 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 763972 0 0 0 99934 273 0 0 20 0 1 0 105973707 10960683008 2438326 33554432000 4194304 5796924 140735941950032 140735941947400 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 2675948 2438326 201 392 0 2675547 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 10703792

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/176 8117
/proc/meminfo: memFree=18057740/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14486008 CPUtime=1062.06 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1138796 0 0 0 105820 386 0 0 20 0 1 0 105973707 14833672192 3343402 33554432000 4194304 5796924 140735941950032 140735941947000 4650410 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3621502 3343402 201 392 0 3621101 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 14486008

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

[startup+1075.2 s]
/proc/loadavg: 2.02 2.01 2.05 3/175 8117
/proc/meminfo: memFree=18039948/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14493376 CPUtime=1074.96 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1140533 0 0 0 107110 386 0 0 20 0 1 0 105973707 14841217024 3347694 33554432000 4194304 5796924 140735941950032 140735941947000 4648289 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3623344 3347694 201 392 0 3622943 0
Current children cumulated CPU time (s) 1074.96
Current children cumulated vsize (KiB) 14493376

[startup+1081.6 s]
/proc/loadavg: 2.02 2.01 2.05 3/175 8118
/proc/meminfo: memFree=18039824/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14493376 CPUtime=1081.36 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1140533 0 0 0 107750 386 0 0 20 0 1 0 105973707 14841217024 3347694 33554432000 4194304 5796924 140735941950032 140735941947000 4648271 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3623344 3347694 201 392 0 3622943 0
Current children cumulated CPU time (s) 1081.36
Current children cumulated vsize (KiB) 14493376

[startup+1084.8 s]
/proc/loadavg: 2.02 2.01 2.05 3/174 8118
/proc/meminfo: memFree=18039692/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14493376 CPUtime=1084.56 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1140533 0 0 0 108070 386 0 0 20 0 1 0 105973707 14841217024 3347694 33554432000 4194304 5796924 140735941950032 140735941947000 4647803 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3623344 3347694 201 392 0 3622943 0
Current children cumulated CPU time (s) 1084.56
Current children cumulated vsize (KiB) 14493376

[startup+1088.01 s]
/proc/loadavg: 2.02 2.01 2.05 3/174 8118
/proc/meminfo: memFree=18037268/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14493864 CPUtime=1087.76 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1140670 0 0 0 108390 386 0 0 20 0 1 0 105973707 14841716736 3348342 33554432000 4194304 5796924 140735941950032 140735941947000 4648271 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3623466 3348342 201 392 0 3623065 0
Current children cumulated CPU time (s) 1087.76
Current children cumulated vsize (KiB) 14493864

[startup+1088.8 s]
/proc/loadavg: 2.02 2.01 2.05 3/174 8118
/proc/meminfo: memFree=18037268/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14493864 CPUtime=1088.56 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1140675 0 0 0 108470 386 0 0 20 0 1 0 105973707 14841716736 3348347 33554432000 4194304 5796924 140735941950032 140735941947000 4648289 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3623466 3348347 201 392 0 3623065 0
Current children cumulated CPU time (s) 1088.56
Current children cumulated vsize (KiB) 14493864

[startup+1089.6 s]
/proc/loadavg: 2.02 2.01 2.05 4/175 8119
/proc/meminfo: memFree=18037144/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=14493864 CPUtime=1089.35 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202496 1140675 0 0 0 108549 386 0 0 20 0 1 0 105973707 14841716736 3348347 33554432000 4194304 5796924 140735941950032 140735941947000 4654178 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 3623466 3348347 201 392 0 3623065 0
Current children cumulated CPU time (s) 1089.35
Current children cumulated vsize (KiB) 14493864

[startup+1090 s]
/proc/loadavg: 2.02 2.01 2.05 4/175 8119
/proc/meminfo: memFree=18037144/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=0 CPUtime=1089.75 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202500 1140696 0 0 0 108558 417 0 0 20 0 1 0 105973707 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1089.75
Current children cumulated vsize (KiB) 0

[startup+1090.1 s]
/proc/loadavg: 2.10 2.02 2.06 4/175 8119
/proc/meminfo: memFree=28304484/32872528 swapFree=13256/481332
[pid=8090] ppid=8087 vsize=0 CPUtime=1089.86 cores=1,3,5,7
/proc/8090/stat : 8090 (naps-1.02) R 8087 8090 955 0 -1 4202500 1140696 0 0 0 108558 428 0 0 20 0 1 0 105973707 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8090/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1089.86
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1090.19
CPU time (s): 1089.96
CPU user time (s): 1085.59
CPU system time (s): 4.37133
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 14493864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1085.59
system time used= 4.37134
maximum resident set size= 13393472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1140696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107
involuntary context switches= 1187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.67759 second user time and 3.40848 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-06 21:13:08
IDJOB=4082243
IDBENCH=2464
IDSOLVER=2544
FILE ID=node104/4082243-1465240388
RUNJOBID= node104-1465238587-7901
PBS_JOBID= 19843225
Free space on /tmp= 71720 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-degen3.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082243-1465240388/watcher-4082243-1465240388 -o /tmp/evaluation-result-4082243-1465240388/solver-4082243-1465240388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465238587-7901 --watchdog 1960  naps-1.02 HOME/instance-4082243-1465240388.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=1215903469

node104.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.775
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.55
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.775
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.775
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.775
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.775
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.775
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.775
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.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31526904 kB
Buffers:           31348 kB
Cached:           126088 kB
SwapCached:         1720 kB
Active:            92272 kB
Inactive:          73808 kB
Active(anon):       8552 kB
Inactive(anon):     2356 kB
Active(file):      83720 kB
Inactive(file):    71452 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097232 kB
Dirty:             21032 kB
Writeback:             0 kB
AnonPages:        490636 kB
Mapped:             7432 kB
Shmem:                 0 kB
Slab:             566932 kB
SReclaimable:      10888 kB
SUnreclaim:       556044 kB
KernelStack:        1400 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     598980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 71716 MiB
End job on node104 at 2016-06-06 21:31:19