Trace number 4103895

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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 variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
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.02/1800.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 528,144
1800.02/1800.40	c 2cl/3cl ITE-codings   : 360635,670152
1800.02/1800.40	c BDD/srt/adr Max costs : 57873,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 256,0,416,0,0
1800.02/1800.40	c BDD nodes             : 1173182
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 153 s
1800.02/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103895-1466269642/watcher-4103895-1466269642 -o /tmp/evaluation-result-4103895-1466269642/solver-4103895-1466269642 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466269638-28963 --watchdog 1960 naps-1.02 HOME/instance-4103895-1466269642.opb 

pid=29036
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.31 1.27 1.56 3/176 29039
/proc/meminfo: memFree=30606180/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=6684 CPUtime=0 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 29013454 6844416 252 33554432000 4194304 5796924 140734332948864 140734008002456 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 1671 252 124 392 0 1270 0

[startup+0.100149 s]
/proc/loadavg: 1.31 1.27 1.56 3/176 29039
/proc/meminfo: memFree=30606180/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=10572 CPUtime=0.09 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 1341 0 0 0 9 0 0 0 20 0 1 0 29013454 10825728 1216 33554432000 4194304 5796924 140734332948864 140734008002456 5087529 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 2643 1216 124 392 0 2242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10572

[startup+0.200296 s]
/proc/loadavg: 1.31 1.27 1.56 3/176 29039
/proc/meminfo: memFree=30606180/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=14188 CPUtime=0.19 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 2160 0 0 0 19 0 0 0 20 0 1 0 29013454 14528512 2035 33554432000 4194304 5796924 140734332948864 140734332948024 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 3547 2035 128 392 0 3146 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14188

[startup+0.300268 s]
/proc/loadavg: 1.31 1.27 1.56 3/176 29039
/proc/meminfo: memFree=30606180/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=18024 CPUtime=0.29 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 2995 0 0 0 29 0 0 0 20 0 1 0 29013454 18456576 2870 33554432000 4194304 5796924 140734332948864 140734332948024 5095039 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 4506 2870 128 392 0 4105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18024

[startup+0.700247 s]
/proc/loadavg: 1.31 1.27 1.56 3/176 29039
/proc/meminfo: memFree=30606180/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=24152 CPUtime=0.69 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 4671 0 0 0 69 0 0 0 20 0 1 0 29013454 24731648 4437 33554432000 4194304 5796924 140734332948864 140734332948024 5096553 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 6038 4437 144 392 0 5637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24152

[startup+1.50023 s]
/proc/loadavg: 1.31 1.27 1.56 3/177 29040
/proc/meminfo: memFree=30588468/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=24168 CPUtime=1.49 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 4675 0 0 0 149 0 0 0 20 0 1 0 29013454 24748032 4441 33554432000 4194304 5796924 140734332948864 140734332945080 5087650 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 6042 4441 144 392 0 5641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24168

[startup+3.10023 s]
/proc/loadavg: 1.31 1.27 1.56 3/177 29040
/proc/meminfo: memFree=30586848/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=29796 CPUtime=3.09 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 6196 0 0 0 309 0 0 0 20 0 1 0 29013454 30511104 5797 33554432000 4194304 5796924 140734332948864 140734332945080 4861395 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 7449 5797 144 392 0 7048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29796

[startup+6.30022 s]
/proc/loadavg: 1.36 1.29 1.56 3/177 29040
/proc/meminfo: memFree=30578908/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=32444 CPUtime=6.29 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 6696 0 0 0 629 0 0 0 20 0 1 0 29013454 33222656 6478 33554432000 4194304 5796924 140734332948864 140734332945080 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 8111 6478 144 392 0 7710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32444

[startup+12.7002 s]
/proc/loadavg: 1.41 1.30 1.56 3/177 29040
/proc/meminfo: memFree=30577304/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=33252 CPUtime=12.68 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 6747 0 0 0 1268 0 0 0 20 0 1 0 29013454 34050048 6529 33554432000 4194304 5796924 140734332948864 140734332945080 4806956 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 8313 6529 144 392 0 7912 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33252

[startup+25.5003 s]
/proc/loadavg: 1.54 1.33 1.57 4/177 29040
/proc/meminfo: memFree=30573136/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=36160 CPUtime=25.49 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 7716 0 0 0 2548 1 0 0 20 0 1 0 29013454 37027840 7350 33554432000 4194304 5796924 140734332948864 140734332945080 5096620 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 9040 7350 144 392 0 8639 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36160

[startup+51.1003 s]
/proc/loadavg: 1.70 1.38 1.58 3/177 29041
/proc/meminfo: memFree=30567556/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=38892 CPUtime=51.09 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 8257 0 0 0 5108 1 0 0 20 0 1 0 29013454 39825408 7891 33554432000 4194304 5796924 140734332948864 140734332945080 5092423 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 9723 7891 144 392 0 9322 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38892

[startup+102.3 s]
/proc/loadavg: 1.87 1.48 1.60 3/177 29042
/proc/meminfo: memFree=30549368/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=48848 CPUtime=102.28 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 9958 0 0 0 10227 1 0 0 20 0 1 0 29013454 50020352 10318 33554432000 4194304 5796924 140734332948864 140734332945080 4806751 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 12212 10318 144 392 0 11811 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48848

[startup+162.3 s]
/proc/loadavg: 2.09 1.61 1.64 4/178 29046
/proc/meminfo: memFree=30324408/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=113568 CPUtime=162.27 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 23250 0 0 0 16223 4 0 0 20 0 1 0 29013454 116293632 26595 33554432000 4194304 5796924 140734332948864 140734332945080 4806757 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 28392 26595 144 392 0 27991 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 113568

[startup+222.307 s]
/proc/loadavg: 2.10 1.70 1.66 3/177 29047
/proc/meminfo: memFree=29738184/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=750012 CPUtime=222.27 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 81667 0 0 0 22204 23 0 0 20 0 1 0 29013454 768012288 173082 33554432000 4194304 5796924 140734332948864 140734332945912 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 187503 173082 170 392 0 187102 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 750012

[startup+282.3 s]
/proc/loadavg: 2.08 1.76 1.68 3/177 29048
/proc/meminfo: memFree=29736816/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=800100 CPUtime=282.25 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 82030 0 0 0 28202 23 0 0 20 0 1 0 29013454 819302400 173432 33554432000 4194304 5796924 140734332948864 140734332946504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 200025 173432 171 392 0 199624 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 800100

[startup+342.3 s]
/proc/loadavg: 2.17 1.84 1.71 4/177 29049
/proc/meminfo: memFree=29731592/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=802824 CPUtime=342.23 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 82294 0 0 0 34200 23 0 0 20 0 1 0 29013454 822091776 174717 33554432000 4194304 5796924 140734332948864 140734332945912 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 200706 174717 171 392 0 200305 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 802824

[startup+402.3 s]
/proc/loadavg: 2.17 1.90 1.74 3/177 29051
/proc/meminfo: memFree=29727468/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=802824 CPUtime=402.22 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 82556 0 0 0 40199 23 0 0 20 0 1 0 29013454 822091776 175490 33554432000 4194304 5796924 140734332948864 140734332945912 4606847 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 200706 175490 171 392 0 200305 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 802824

[startup+462.3 s]
/proc/loadavg: 2.11 1.93 1.76 3/177 29052
/proc/meminfo: memFree=29723524/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=802824 CPUtime=462.21 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 82723 0 0 0 46198 23 0 0 20 0 1 0 29013454 822091776 176168 33554432000 4194304 5796924 140734332948864 140734332945912 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 200706 176168 171 392 0 200305 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 802824

[startup+522.3 s]
/proc/loadavg: 2.14 1.97 1.78 4/177 29053
/proc/meminfo: memFree=29714096/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=802824 CPUtime=522.21 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 82847 0 0 0 52197 24 0 0 20 0 1 0 29013454 822091776 176797 33554432000 4194304 5796924 140734332948864 140734332945912 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 200706 176797 171 392 0 200305 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 802824

[startup+582.3 s]
/proc/loadavg: 2.20 2.02 1.81 3/177 29054
/proc/meminfo: memFree=29708856/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=805680 CPUtime=582.17 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 83108 0 0 0 58193 24 0 0 20 0 1 0 29013454 825016320 178154 33554432000 4194304 5796924 140734332948864 140734332945912 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 201420 178154 171 392 0 201019 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 805680


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


[startup+882.307 s]
/proc/loadavg: 2.15 2.12 1.90 4/177 29063
/proc/meminfo: memFree=29716020/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=758300 CPUtime=882.06 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 83817 0 0 0 88181 25 0 0 20 0 1 0 29013454 776499200 176317 33554432000 4194304 5796924 140734332948864 140734332946328 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 189575 176317 171 392 0 189174 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 758300

[startup+942.3 s]
/proc/loadavg: 2.15 2.12 1.91 3/177 29064
/proc/meminfo: memFree=29709448/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=808388 CPUtime=942.05 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84143 0 0 0 94179 26 0 0 20 0 1 0 29013454 827789312 178008 33554432000 4194304 5796924 140734332948864 140734332946504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202097 178008 171 392 0 201696 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 808388

[startup+1002.3 s]
/proc/loadavg: 2.19 2.13 1.93 3/177 29066
/proc/meminfo: memFree=29707956/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=808388 CPUtime=1002.04 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84144 0 0 0 100178 26 0 0 20 0 1 0 29013454 827789312 178520 33554432000 4194304 5796924 140734332948864 140734332946504 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202097 178520 171 392 0 201696 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 808388

[startup+1062.3 s]
/proc/loadavg: 2.16 2.13 1.94 4/177 29067
/proc/meminfo: memFree=29705904/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=808388 CPUtime=1062.03 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84177 0 0 0 106177 26 0 0 20 0 1 0 29013454 827789312 179064 33554432000 4194304 5796924 140734332948864 140734332946504 4569010 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202097 179064 171 392 0 201696 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 808388

[startup+1122.3 s]
/proc/loadavg: 2.31 2.17 1.96 3/177 29068
/proc/meminfo: memFree=29703104/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=811100 CPUtime=1122.02 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84341 0 0 0 112176 26 0 0 20 0 1 0 29013454 830566400 179739 33554432000 4194304 5796924 140734332948864 140734332945912 4607776 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202775 179739 171 392 0 202374 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 811100

[startup+1182.3 s]
/proc/loadavg: 2.16 2.15 1.96 3/177 29069
/proc/meminfo: memFree=28929772/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=811100 CPUtime=1182.01 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84457 0 0 0 118175 26 0 0 20 0 1 0 29013454 830566400 180366 33554432000 4194304 5796924 140734332948864 140734332945912 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202775 180366 171 392 0 202374 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 811100

[startup+1242.3 s]
/proc/loadavg: 2.13 2.15 1.97 4/177 29070
/proc/meminfo: memFree=28331308/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=811100 CPUtime=1242 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84623 0 0 0 124174 26 0 0 20 0 1 0 29013454 830566400 181554 33554432000 4194304 5796924 140734332948864 140734332945912 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202775 181554 171 392 0 202374 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 811100

[startup+1302.3 s]
/proc/loadavg: 2.15 2.15 1.98 3/177 29072
/proc/meminfo: memFree=28323924/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=811100 CPUtime=1301.99 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84744 0 0 0 130173 26 0 0 20 0 1 0 29013454 830566400 182186 33554432000 4194304 5796924 140734332948864 140734332945912 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202775 182186 171 392 0 202374 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 811100

[startup+1362.3 s]
/proc/loadavg: 2.10 2.14 1.99 3/178 29076
/proc/meminfo: memFree=28316728/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=811100 CPUtime=1361.98 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 84829 0 0 0 136172 26 0 0 20 0 1 0 29013454 830566400 182782 33554432000 4194304 5796924 140734332948864 140734332945912 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 202775 182782 171 392 0 202374 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 811100

[startup+1422.3 s]
/proc/loadavg: 2.08 2.12 2.00 4/177 29077
/proc/meminfo: memFree=28312688/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1421.98 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 85063 0 0 0 142172 26 0 0 20 0 1 0 29013454 833605632 183527 33554432000 4194304 5796924 140734332948864 140734332945912 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 183527 171 392 0 203116 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 814068

[startup+1482.3 s]
/proc/loadavg: 2.17 2.14 2.01 3/177 29078
/proc/meminfo: memFree=28191448/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=763980 CPUtime=1481.97 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 85507 0 0 0 148169 28 0 0 20 0 1 0 29013454 782315520 178043 33554432000 4194304 5796924 140734332948864 140734332946328 4607736 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 190995 178043 171 392 0 190594 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 763980

[startup+1542.31 s]
/proc/loadavg: 2.15 2.14 2.01 3/177 29079
/proc/meminfo: memFree=28181648/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1541.97 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 85998 0 0 0 154168 29 0 0 20 0 1 0 29013454 833605632 179544 33554432000 4194304 5796924 140734332948864 140734332946504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 179544 171 392 0 203116 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 814068

[startup+1602.3 s]
/proc/loadavg: 2.09 2.13 2.01 4/177 29081
/proc/meminfo: memFree=28175504/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1601.95 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 85999 0 0 0 160166 29 0 0 20 0 1 0 29013454 833605632 180056 33554432000 4194304 5796924 140734332948864 140734332946504 4606733 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 180056 171 392 0 203116 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 814068

[startup+1662.3 s]
/proc/loadavg: 2.17 2.15 2.02 3/177 29082
/proc/meminfo: memFree=27894740/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1661.94 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 86000 0 0 0 166165 29 0 0 20 0 1 0 29013454 833605632 180568 33554432000 4194304 5796924 140734332948864 140734332946504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 180568 171 392 0 203116 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 814068

[startup+1722.3 s]
/proc/loadavg: 2.11 2.13 2.02 3/177 29083
/proc/meminfo: memFree=27888092/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1721.93 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 86001 0 0 0 172164 29 0 0 20 0 1 0 29013454 833605632 181080 33554432000 4194304 5796924 140734332948864 140734332946504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 181080 171 392 0 203116 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 814068

[startup+1782.3 s]
/proc/loadavg: 2.08 2.12 2.02 4/177 29084
/proc/meminfo: memFree=27883180/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1781.92 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 86002 0 0 0 178163 29 0 0 20 0 1 0 29013454 833605632 181592 33554432000 4194304 5796924 140734332948864 140734332946504 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 181592 171 392 0 203116 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 814068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.13 2.02 3/177 29130
/proc/meminfo: memFree=29869664/32872528 swapFree=1074772/1156532
[pid=29039] ppid=29036 vsize=814068 CPUtime=1800.02 cores=0,2,4,6
/proc/29039/stat : 29039 (naps-1.02) R 29036 29039 17542 0 -1 4202496 86002 0 0 0 179973 29 0 0 20 0 1 0 29013454 833605632 181592 33554432000 4194304 5796924 140734332948864 140734332946504 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/29039/statm: 203517 181592 171 392 0 203116 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 814068

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.74
CPU system time (s): 0.298954
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 894208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.298954
maximum resident set size= 813076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86014
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= 152
involuntary context switches= 1871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.85926 second user time and 6.64599 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 19:07:22
IDJOB=4103895
IDBENCH=2498
IDSOLVER=2544
FILE ID=node114/4103895-1466269642
RUNJOBID= node114-1466269638-28963
PBS_JOBID= 19918199
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103895-1466269642/watcher-4103895-1466269642 -o /tmp/evaluation-result-4103895-1466269642/solver-4103895-1466269642 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466269638-28963 --watchdog 1960  naps-1.02 HOME/instance-4103895-1466269642.opb

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

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=1512513595

node114.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.761
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.52
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.761
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        30606336 kB
Buffers:          132044 kB
Cached:           223308 kB
SwapCached:          808 kB
Active:            96076 kB
Inactive:         271064 kB
Active(anon):      12764 kB
Inactive(anon):     1176 kB
Active(file):      83312 kB
Inactive(file):   269888 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:              8812 kB
Writeback:             0 kB
AnonPages:       1167384 kB
Mapped:             8812 kB
Shmem:                 0 kB
Slab:             610160 kB
SReclaimable:      53832 kB
SUnreclaim:       556328 kB
KernelStack:        1472 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1286860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node114 at 2016-06-18 19:37:23