Trace number 4119971

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.48 1800.9

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm90p-opt.opb.negationfix.opb
MD5SUMd7c7abaa6813363226c413605f4e5fd6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.07/1800.50	c 
1800.07/1800.50	c *** TERMINATED *** by signal 15
1800.07/1800.50	s UNKNOWN
1800.07/1800.50	c _____________________________________________________________________________
1800.07/1800.50	c 
1800.07/1800.50	c std/band forms        : 923,0
1800.07/1800.50	c 2cl/3cl ITE-codings   : 42682,0
1800.07/1800.50	c BDD/srt/adr Max costs : 1240,248695,0
1800.07/1800.50	c BDDraw/bin/mul/srt/adr: 795,0,0,128,0
1800.07/1800.50	c BDD nodes             : 77183730
1800.07/1800.50	c Es1/CC detections     : 0,0
1800.07/1800.50	c SAT/UNSAT calls       : 0,0
1800.07/1800.50	c restarts              : 0
1800.07/1800.50	c conflicts             : 0              (0 /sec)
1800.07/1800.50	c decisions             : 0              (0 /sec)
1800.07/1800.50	c propagations          : 0              (0 /sec)
1800.07/1800.50	c inspects              : 0              (0 /sec)
1800.07/1800.50	c CPU time (solving tm) : 1796 s        (0 s)
1800.07/1800.50	c Time for Opt-base     : 234.1 s
1800.07/1800.50	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-4119971-1467277711/watcher-4119971-1467277711 -o /tmp/evaluation-result-4119971-1467277711/solver-4119971-1467277711 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467268700-8349 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119971-1467277711.opb 

pid=9079
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.29 2.21 3/176 9082
/proc/meminfo: memFree=25570716/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=6956 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 6798692 7122944 297 33554432000 4194304 5796924 140733848885808 140735831636952 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 1739 297 124 392 0 1338 0

[startup+0.100163 s]
/proc/loadavg: 2.29 2.29 2.21 3/176 9082
/proc/meminfo: memFree=25570716/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=13324 CPUtime=0.09 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1986 0 0 0 9 0 0 0 20 0 1 0 6798692 13643776 1806 33554432000 4194304 5796924 140733848885808 140735831636952 4199805 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3331 1806 124 392 0 2930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13324

[startup+0.200367 s]
/proc/loadavg: 2.29 2.29 2.21 3/176 9082
/proc/meminfo: memFree=25570716/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=19588 CPUtime=0.19 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 3547 0 0 0 19 0 0 0 20 0 1 0 6798692 20058112 3284 33554432000 4194304 5796924 140733848885808 140735831636952 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 4897 3284 124 392 0 4496 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19588

[startup+0.300372 s]
/proc/loadavg: 2.29 2.29 2.21 3/176 9082
/proc/meminfo: memFree=25570716/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=25924 CPUtime=0.29 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 5057 0 0 0 29 0 0 0 20 0 1 0 6798692 26546176 4618 33554432000 4194304 5796924 140733848885808 140735831636952 5092509 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 6481 4618 124 392 0 6080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25924

[startup+0.700283 s]
/proc/loadavg: 2.29 2.29 2.21 3/176 9082
/proc/meminfo: memFree=25570716/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=35404 CPUtime=0.69 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 7332 0 0 0 69 0 0 0 20 0 1 0 6798692 36253696 6893 33554432000 4194304 5796924 140733848885808 140735831636952 5092427 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 8851 6893 128 392 0 8450 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35404

[startup+1.50035 s]
/proc/loadavg: 2.29 2.29 2.21 3/177 9083
/proc/meminfo: memFree=25527672/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=74208 CPUtime=1.49 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 17914 0 0 0 147 2 0 0 20 0 1 0 6798692 75988992 16515 33554432000 4194304 5796924 140733848885808 140733848885032 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 18552 16515 139 392 0 18151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74208

[startup+3.10029 s]
/proc/loadavg: 2.26 2.28 2.21 3/170 9114
/proc/meminfo: memFree=28319256/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=163668 CPUtime=3.09 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 40137 0 0 0 304 5 0 0 20 0 1 0 6798692 167596032 38590 33554432000 4194304 5796924 140733848885808 140733848112728 5091201 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 40917 38590 139 392 0 40516 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163668

[startup+6.30035 s]
/proc/loadavg: 2.26 2.28 2.21 2/170 9114
/proc/meminfo: memFree=28154316/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=317112 CPUtime=6.29 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 76927 0 0 0 619 10 0 0 20 0 1 0 6798692 324722688 76617 33554432000 4194304 5796924 140733848885808 140733848212456 4806881 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 79278 76617 139 392 0 78877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 317112

[startup+12.7004 s]
/proc/loadavg: 2.14 2.26 2.20 2/170 9114
/proc/meminfo: memFree=28053592/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=379548 CPUtime=12.68 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 92920 0 0 0 1256 12 0 0 20 0 1 0 6798692 388657152 92610 33554432000 4194304 5796924 140733848885808 140733848882792 4261370 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 94887 92610 150 392 0 94486 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 379548

[startup+25.5004 s]
/proc/loadavg: 2.05 2.23 2.20 2/170 9114
/proc/meminfo: memFree=28035356/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=397892 CPUtime=25.49 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 94812 0 0 0 2536 13 0 0 20 0 1 0 6798692 407441408 97014 33554432000 4194304 5796924 140733848885808 140733848882792 4861426 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 99473 97014 150 392 0 99072 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 397892

[startup+51.1004 s]
/proc/loadavg: 1.76 2.15 2.17 2/170 9114
/proc/meminfo: memFree=28018880/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=415000 CPUtime=51.06 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 98094 0 0 0 5093 13 0 0 20 0 1 0 6798692 424960000 101036 33554432000 4194304 5796924 140733848885808 140733848882792 5092558 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 103750 101036 150 392 0 103349 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 415000

[startup+102.3 s]
/proc/loadavg: 1.49 2.00 2.11 3/171 9118
/proc/meminfo: memFree=27963768/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=467360 CPUtime=102.24 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 104971 0 0 0 10209 15 0 0 20 0 1 0 6798692 478576640 114871 33554432000 4194304 5796924 140733848885808 140733848882792 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 116840 114871 150 392 0 116439 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 467360

[startup+162.3 s]
/proc/loadavg: 1.40 1.89 2.07 2/170 9119
/proc/meminfo: memFree=27889232/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=545428 CPUtime=162.2 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 111783 0 0 0 16201 19 0 0 20 0 1 0 6798692 558518272 133575 33554432000 4194304 5796924 140733848885808 140733848882792 5092431 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 136357 133575 151 392 0 135956 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 545428

[startup+222.307 s]
/proc/loadavg: 1.31 1.76 2.01 3/169 9120
/proc/meminfo: memFree=27856784/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=588104 CPUtime=222.16 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 117835 0 0 0 22196 20 0 0 20 0 1 0 6798692 602218496 141623 33554432000 4194304 5796924 140733848885808 140733848882792 5092558 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 147026 141623 151 392 0 146625 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 588104

[startup+282.3 s]
/proc/loadavg: 1.21 1.66 1.96 2/170 9122
/proc/meminfo: memFree=27823968/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=610016 CPUtime=282.11 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 123375 0 0 0 28190 21 0 0 20 0 1 0 6798692 624656384 149672 33554432000 4194304 5796924 140733848885808 140733848264040 4806736 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 152504 149672 151 392 0 152103 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 610016

[startup+342.3 s]
/proc/loadavg: 1.28 1.59 1.91 2/170 9123
/proc/meminfo: memFree=27711556/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=744000 CPUtime=342.11 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 129279 0 0 0 34186 25 0 0 20 0 1 0 6798692 761856000 177919 33554432000 4194304 5796924 140733848885808 140733848882792 5092509 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 186000 177919 151 392 0 185599 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 744000

[startup+402.3 s]
/proc/loadavg: 1.25 1.53 1.87 2/170 9124
/proc/meminfo: memFree=27679776/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=766176 CPUtime=402.09 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 134842 0 0 0 40183 26 0 0 20 0 1 0 6798692 784564224 186037 33554432000 4194304 5796924 140733848885808 140733848882792 4865434 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 191544 186037 151 392 0 191143 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 766176

[startup+462.3 s]
/proc/loadavg: 1.19 1.45 1.82 2/170 9125
/proc/meminfo: memFree=27650784/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=784524 CPUtime=462.09 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 139420 0 0 0 46182 27 0 0 20 0 1 0 6798692 803352576 193170 33554432000 4194304 5796924 140733848885808 140733848882792 4805694 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 196131 193170 151 392 0 195730 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 784524

[startup+522.3 s]
/proc/loadavg: 1.19 1.41 1.78 2/170 9126
/proc/meminfo: memFree=27618668/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=853152 CPUtime=522.07 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 145429 0 0 0 52179 28 0 0 20 0 1 0 6798692 873627648 201223 33554432000 4194304 5796924 140733848885808 140733848882792 4808116 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 213288 201223 151 392 0 212887 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 853152

[startup+582.3 s]
/proc/loadavg: 1.33 1.40 1.75 2/170 9128
/proc/meminfo: memFree=27586364/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=875064 CPUtime=582.06 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 150922 0 0 0 58177 29 0 0 20 0 1 0 6798692 896065536 209271 33554432000 4194304 5796924 140733848885808 140733848882792 5092467 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 218766 209271 151 392 0 218365 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 875064

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


[startup+942.3 s]
/proc/loadavg: 1.31 1.30 1.58 3/170 9138
/proc/meminfo: memFree=27125736/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=1306048 CPUtime=942.01 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 200096 0 0 0 94156 45 0 0 20 0 1 0 6798692 1337393152 324084 33554432000 4194304 5796924 140733848885808 140733848882792 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 326512 324084 151 392 0 326111 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 1306048

[startup+1002.3 s]
/proc/loadavg: 1.15 1.25 1.54 2/170 9139
/proc/meminfo: memFree=27071792/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=1446796 CPUtime=1002 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 209495 0 0 0 100152 48 0 0 20 0 1 0 6798692 1481519104 337571 33554432000 4194304 5796924 140733848885808 140733848882792 4455147 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 361699 337571 151 392 0 361298 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 1446796

[startup+1062.3 s]
/proc/loadavg: 1.31 1.27 1.53 3/170 9140
/proc/meminfo: memFree=27019452/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=1482436 CPUtime=1061.99 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 218413 0 0 0 106149 50 0 0 20 0 1 0 6798692 1518014464 350577 33554432000 4194304 5796924 140733848885808 140733848882792 5096666 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 370609 350577 151 392 0 370208 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 1482436

[startup+1122.3 s]
/proc/loadavg: 1.20 1.25 1.50 2/170 9141
/proc/meminfo: memFree=26637760/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=1849456 CPUtime=1121.98 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 226949 0 0 0 112137 61 0 0 20 0 1 0 6798692 1893842944 445935 33554432000 4194304 5796924 140733848885808 140733848882792 5100089 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 462364 445935 151 392 0 461963 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 1849456

[startup+1182.3 s]
/proc/loadavg: 1.22 1.25 1.49 3/170 9143
/proc/meminfo: memFree=26583372/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=1884964 CPUtime=1181.98 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 235834 0 0 0 118135 63 0 0 20 0 1 0 6798692 1930203136 459419 33554432000 4194304 5796924 140733848885808 140733848882792 4805703 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 471241 459419 151 392 0 470840 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1884964

[startup+1242.3 s]
/proc/loadavg: 1.19 1.23 1.46 3/170 9144
/proc/meminfo: memFree=26529112/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=1920472 CPUtime=1241.96 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 244720 0 0 0 124131 65 0 0 20 0 1 0 6798692 1966563328 473415 33554432000 4194304 5796924 140733848885808 140733848882792 5100093 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 480118 473415 151 392 0 479717 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1920472

[startup+1302.3 s]
/proc/loadavg: 1.17 1.22 1.44 2/171 9148
/proc/meminfo: memFree=22724536/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=6470868 CPUtime=1301.95 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 493719 0 0 0 130027 168 0 0 20 0 1 0 6798692 6626168832 1486926 33554432000 4194304 5796924 140733848885808 140733848877272 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 1617717 1486927 152 392 0 1617316 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 6470868

[startup+1362.3 s]
/proc/loadavg: 1.29 1.23 1.43 2/170 9149
/proc/meminfo: memFree=16975088/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=13832976 CPUtime=1361.95 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 952766 0 0 0 135862 333 0 0 20 0 1 0 6798692 14164967424 2869327 33554432000 4194304 5796924 140733848885808 140733848883304 4620480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3458244 2869327 160 392 0 3457843 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 13832976

[startup+1422.3 s]
/proc/loadavg: 1.21 1.22 1.41 3/170 9150
/proc/meminfo: memFree=16715440/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=13059996 CPUtime=1421.95 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1023288 0 0 0 141799 396 0 0 20 0 1 0 6798692 13373435904 2921550 33554432000 4194304 5796924 140733848885808 140733848882776 5077846 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3264999 2921550 161 392 0 3264598 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 13059996

[startup+1482.3 s]
/proc/loadavg: 1.15 1.19 1.39 2/170 9152
/proc/meminfo: memFree=17019272/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12527564 CPUtime=1481.93 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1032882 0 0 0 147776 417 0 0 20 0 1 0 6798692 12828225536 2845657 33554432000 4194304 5796924 140733848885808 140733848883080 4569014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3131891 2845657 176 392 0 3131490 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 12527564

[startup+1542.31 s]
/proc/loadavg: 1.10 1.17 1.37 2/170 9153
/proc/meminfo: memFree=17012088/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12530600 CPUtime=1541.92 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1033651 0 0 0 153774 418 0 0 20 0 1 0 6798692 12831334400 2847448 33554432000 4194304 5796924 140733848885808 140733848882920 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3132650 2847448 176 392 0 3132249 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 12530600

[startup+1602.3 s]
/proc/loadavg: 1.08 1.15 1.35 3/170 9154
/proc/meminfo: memFree=17000552/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12533796 CPUtime=1601.91 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1034461 0 0 0 159772 419 0 0 20 0 1 0 6798692 12834607104 2850302 33554432000 4194304 5796924 140733848885808 140733848882920 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3133449 2850302 176 392 0 3133048 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 12533796

[startup+1662.3 s]
/proc/loadavg: 1.15 1.16 1.34 2/170 9155
/proc/meminfo: memFree=16989612/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12536776 CPUtime=1661.9 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1035215 0 0 0 165770 420 0 0 20 0 1 0 6798692 12837658624 2853100 33554432000 4194304 5796924 140733848885808 140733848882920 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3134194 2853100 176 392 0 3133793 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 12536776

[startup+1722.3 s]
/proc/loadavg: 1.16 1.16 1.33 2/170 9156
/proc/meminfo: memFree=16970820/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12539868 CPUtime=1721.89 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1036000 0 0 0 171768 421 0 0 20 0 1 0 6798692 12840824832 2857461 33554432000 4194304 5796924 140733848885808 140733848882920 4569026 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3134967 2857461 177 392 0 3134566 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 12539868

[startup+1782.3 s]
/proc/loadavg: 1.31 1.21 1.33 3/170 9158
/proc/meminfo: memFree=16956576/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12541980 CPUtime=1781.88 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1036539 0 0 0 177766 422 0 0 20 0 1 0 6798692 12842987520 2861058 33554432000 4194304 5796924 140733848885808 140733848882920 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3135495 2861058 177 392 0 3135094 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 12541980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.28 1.21 1.33 2/170 9158
/proc/meminfo: memFree=16955680/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=12542904 CPUtime=1800.07 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202496 1036774 0 0 0 179585 422 0 0 20 0 1 0 6798692 12843933696 2861287 33554432000 4194304 5796924 140733848885808 140733848882920 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 3135726 2861287 177 392 0 3135325 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 12542904

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

[startup+1800.81 s]
/proc/loadavg: 1.28 1.21 1.33 2/170 9158
/proc/meminfo: memFree=21865984/32872528 swapFree=1555460/1718980
[pid=9082] ppid=9079 vsize=0 CPUtime=1800.37 cores=1,3,5,7
/proc/9082/stat : 9082 (naps-1.02) R 9079 9082 8332 0 -1 4202500 1036786 0 0 0 179585 452 0 0 20 0 1 0 6798692 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9082/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.9
CPU time (s): 1800.48
CPU user time (s): 1795.86
CPU system time (s): 4.6203
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 13997744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.86
system time used= 4.6203
maximum resident set size= 12559148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1036786
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= 213
involuntary context switches= 1844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.589 second user time and 7.71583 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 11:08:31
IDJOB=4119971
IDBENCH=111826
IDSOLVER=2544
FILE ID=node117/4119971-1467277711
RUNJOBID= node117-1467268700-8349
PBS_JOBID= 20004501
Free space on /tmp= 71620 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm90p-opt.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119971-1467277711/watcher-4119971-1467277711 -o /tmp/evaluation-result-4119971-1467277711/solver-4119971-1467277711 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467268700-8349 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119971-1467277711.opb

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

MD5SUM BENCH= d7c7abaa6813363226c413605f4e5fd6
RANDOM SEED=1074892436

node117.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.714
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.42
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.714
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.714
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.45
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.714
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.714
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.714
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.714
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.714
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:        25570872 kB
Buffers:          135732 kB
Cached:          1838884 kB
SwapCached:            0 kB
Active:          3030504 kB
Inactive:        1801488 kB
Active(anon):    2859924 kB
Inactive(anon):        4 kB
Active(file):     170580 kB
Inactive(file):  1801484 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5488 kB
Writeback:             0 kB
AnonPages:       4576476 kB
Mapped:            14612 kB
Shmem:               204 kB
Slab:             612708 kB
SReclaimable:      56936 kB
SUnreclaim:       555772 kB
KernelStack:        1448 kB
PageTables:        12784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5121008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 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= 71620 MiB
End job on node117 at 2016-06-30 11:38:32