Trace number 4119845

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.12 1800.4

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm100p-opt.opb.negationfix.opb
MD5SUM3d8e0b2cc1943050730f0789b165ef6f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 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.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 496,0
1800.01/1800.30	c 2cl/3cl ITE-codings   : 11040,0
1800.01/1800.30	c BDD/srt/adr Max costs : 61,113055,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 432,0,0,64,0
1800.01/1800.30	c BDD nodes             : 21358172
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 26.83 s
1800.01/1800.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4119845-1467275912/watcher-4119845-1467275912 -o /tmp/evaluation-result-4119845-1467275912/solver-4119845-1467275912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467268700-8348 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119845-1467275912.opb 

pid=8966
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 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.15 2.18 2.18 4/176 8969
/proc/meminfo: memFree=28287540/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=6824 CPUtime=0 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 6618850 6987776 263 33554432000 4194304 5796924 140736747767696 140736835105576 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 1706 263 128 392 0 1305 0

[startup+0.100164 s]
/proc/loadavg: 2.15 2.18 2.18 4/176 8969
/proc/meminfo: memFree=28287540/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=11984 CPUtime=0.09 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 1651 0 0 0 9 0 0 0 20 0 1 0 6618850 12271616 1526 33554432000 4194304 5796924 140736747767696 140736835105576 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 2996 1526 128 392 0 2595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11984

[startup+0.343634 s]
/proc/loadavg: 2.15 2.18 2.18 4/176 8969
/proc/meminfo: memFree=28287540/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=22412 CPUtime=0.33 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 4386 0 0 0 33 0 0 0 20 0 1 0 6618850 22949888 4168 33554432000 4194304 5796924 140736747767696 140736747766968 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 5603 4168 140 392 0 5202 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 22412

[startup+0.400326 s]
/proc/loadavg: 2.15 2.18 2.18 4/176 8969
/proc/meminfo: memFree=28287540/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=25828 CPUtime=0.39 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 5219 0 0 0 39 0 0 0 20 0 1 0 6618850 26447872 5001 33554432000 4194304 5796924 140736747767696 140736747766968 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 6457 5002 140 392 0 6056 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 25828

[startup+0.700288 s]
/proc/loadavg: 2.15 2.18 2.18 4/176 8969
/proc/meminfo: memFree=28287540/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=43628 CPUtime=0.69 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 9824 0 0 0 68 1 0 0 20 0 1 0 6618850 44675072 9441 33554432000 4194304 5796924 140736747767696 140736747766968 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 10907 9442 140 392 0 10506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43628

[startup+1.50029 s]
/proc/loadavg: 2.15 2.18 2.18 4/177 8970
/proc/meminfo: memFree=28183900/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=85576 CPUtime=1.49 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 20622 0 0 0 147 2 0 0 20 0 1 0 6618850 87629824 19909 33554432000 4194304 5796924 140736747767696 140736747375544 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 21394 19910 140 392 0 20993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85576

[startup+3.10028 s]
/proc/loadavg: 2.15 2.18 2.18 4/177 8970
/proc/meminfo: memFree=28127972/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=169172 CPUtime=3.09 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 41094 0 0 0 305 4 0 0 20 0 1 0 6618850 173232128 40744 33554432000 4194304 5796924 140736747767696 140736747330872 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 42293 40746 140 392 0 41892 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169172

[startup+6.30025 s]
/proc/loadavg: 2.22 2.20 2.18 4/177 8970
/proc/meminfo: memFree=28038884/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=209268 CPUtime=6.29 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 50140 0 0 0 624 5 0 0 20 0 1 0 6618850 214290432 50516 33554432000 4194304 5796924 140736747767696 140736747764680 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 52317 50516 151 392 0 51916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209268

[startup+12.7003 s]
/proc/loadavg: 2.20 2.19 2.18 4/177 8970
/proc/meminfo: memFree=28033620/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=215696 CPUtime=12.69 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 51519 0 0 0 1264 5 0 0 20 0 1 0 6618850 220872704 51895 33554432000 4194304 5796924 140736747767696 140736747764680 4269405 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 53924 51895 151 392 0 53523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 215696

[startup+25.5071 s]
/proc/loadavg: 2.23 2.20 2.18 3/177 8970
/proc/meminfo: memFree=28008452/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=229940 CPUtime=25.5 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 53713 0 0 0 2544 6 0 0 20 0 1 0 6618850 235458560 56052 33554432000 4194304 5796924 140736747767696 140736747764680 4805694 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 57485 56052 151 392 0 57084 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 229940

[startup+51.1002 s]
/proc/loadavg: 2.23 2.20 2.18 4/177 8970
/proc/meminfo: memFree=27969320/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=251280 CPUtime=51.08 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 57201 0 0 0 5102 6 0 0 20 0 1 0 6618850 257310720 60051 33554432000 4194304 5796924 140736747767696 140736747764680 5087743 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 62820 60051 151 392 0 62419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 251280

[startup+102.3 s]
/proc/loadavg: 2.31 2.23 2.19 3/178 8974
/proc/meminfo: memFree=27867088/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=303904 CPUtime=102.28 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 63790 0 0 0 10220 8 0 0 20 0 1 0 6618850 311197696 73631 33554432000 4194304 5796924 140736747767696 140736747764680 5087780 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 75976 73631 151 392 0 75575 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 303904

[startup+162.3 s]
/proc/loadavg: 2.26 2.23 2.19 3/177 8975
/proc/meminfo: memFree=27710184/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=381180 CPUtime=162.26 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 70349 0 0 0 16216 10 0 0 20 0 1 0 6618850 390328320 93151 33554432000 4194304 5796924 140736747767696 140736747764680 4805680 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 95295 93151 151 392 0 94894 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 381180

[startup+222.3 s]
/proc/loadavg: 2.25 2.23 2.19 4/177 8977
/proc/meminfo: memFree=27606620/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=439696 CPUtime=222.26 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 80301 0 0 0 22214 12 0 0 20 0 1 0 6618850 450248704 107191 33554432000 4194304 5796924 140736747767696 140736747764680 5092467 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 109924 107191 151 392 0 109523 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 439696

[startup+282.3 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 8978
/proc/meminfo: memFree=25769320/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=945264 CPUtime=282.25 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 119412 0 0 0 28198 27 0 0 20 0 1 0 6618850 967950336 223639 33554432000 4194304 5796924 140736747767696 140736747752504 4621249 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 236316 223639 152 392 0 235915 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 945264

[startup+342.307 s]
/proc/loadavg: 2.34 2.25 2.19 3/177 8979
/proc/meminfo: memFree=23435332/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3104888 CPUtime=342.25 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 206269 0 0 0 34136 89 0 0 20 0 1 0 6618850 3179405312 686230 33554432000 4194304 5796924 140736747767696 140736747764680 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 776222 686230 176 392 0 775821 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 3104888

[startup+402.3 s]
/proc/loadavg: 2.42 2.29 2.21 3/177 8980
/proc/meminfo: memFree=23399840/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3110180 CPUtime=402.23 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 207595 0 0 0 40133 90 0 0 20 0 1 0 6618850 3184824320 690111 33554432000 4194304 5796924 140736747767696 140736747764680 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 777545 690111 177 392 0 777144 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3110180

[startup+462.3 s]
/proc/loadavg: 2.31 2.28 2.20 3/177 8981
/proc/meminfo: memFree=23361172/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3246800 CPUtime=462.22 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 209482 0 0 0 46130 92 0 0 20 0 1 0 6618850 3324723200 695574 33554432000 4194304 5796924 140736747767696 140736747764680 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 811700 695574 177 392 0 811299 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3246800

[startup+522.3 s]
/proc/loadavg: 2.24 2.26 2.20 3/177 8983
/proc/meminfo: memFree=23327112/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3250492 CPUtime=522.21 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 210421 0 0 0 52129 92 0 0 20 0 1 0 6618850 3328503808 699579 33554432000 4194304 5796924 140736747767696 140736747764808 4606645 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 812623 699579 177 392 0 812222 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3250492

[startup+582.3 s]
/proc/loadavg: 2.18 2.24 2.19 3/177 8984
/proc/meminfo: memFree=23294348/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3253924 CPUtime=582.2 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 211285 0 0 0 58127 93 0 0 20 0 1 0 6618850 3332018176 704020 33554432000 4194304 5796924 140736747767696 140736747764808 4606531 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 813481 704020 177 392 0 813080 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3253924

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


[startup+882.3 s]
/proc/loadavg: 2.29 2.25 2.19 4/177 8993
/proc/meminfo: memFree=23276444/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3263540 CPUtime=882.16 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 215023 0 0 0 88115 101 0 0 20 0 1 0 6618850 3341864960 705914 33554432000 4194304 5796924 140736747767696 140736747764808 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 815885 705914 177 392 0 815484 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 3263540

[startup+942.3 s]
/proc/loadavg: 2.21 2.23 2.18 4/177 8994
/proc/meminfo: memFree=23250884/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3264996 CPUtime=942.14 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 215379 0 0 0 94113 101 0 0 20 0 1 0 6618850 3343355904 708825 33554432000 4194304 5796924 140736747767696 140736747764808 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 816249 708825 177 392 0 815848 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 3264996

[startup+1002.31 s]
/proc/loadavg: 2.19 2.22 2.18 4/177 8995
/proc/meminfo: memFree=23368456/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3134596 CPUtime=1002.14 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 216363 0 0 0 100108 106 0 0 20 0 1 0 6618850 3209826304 694683 33554432000 4194304 5796924 140736747767696 140736747764808 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 783649 694683 177 392 0 783248 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 3134596

[startup+1062.3 s]
/proc/loadavg: 2.28 2.24 2.19 3/177 8996
/proc/meminfo: memFree=23339416/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3135920 CPUtime=1062.13 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 216686 0 0 0 106106 107 0 0 20 0 1 0 6618850 3211182080 699094 33554432000 4194304 5796924 140736747767696 140736747764680 4607773 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 783980 699094 177 392 0 783579 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 3135920

[startup+1122.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 8998
/proc/meminfo: memFree=23297136/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3269108 CPUtime=1122.11 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 217736 0 0 0 112103 108 0 0 20 0 1 0 6618850 3347566592 702697 33554432000 4194304 5796924 140736747767696 140736747764808 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 817277 702697 177 392 0 816876 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3269108

[startup+1182.3 s]
/proc/loadavg: 2.26 2.24 2.18 4/177 8999
/proc/meminfo: memFree=23316000/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3270612 CPUtime=1182.1 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 218080 0 0 0 118102 108 0 0 20 0 1 0 6618850 3349106688 706107 33554432000 4194304 5796924 140736747767696 140736747764808 4606721 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 817653 706107 177 392 0 817252 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3270612

[startup+1242.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/177 9000
/proc/meminfo: memFree=23325960/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3139144 CPUtime=1242.1 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 218795 0 0 0 124096 114 0 0 20 0 1 0 6618850 3214483456 698350 33554432000 4194304 5796924 140736747767696 140736747764808 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 784786 698350 177 392 0 784385 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3139144

[startup+1302.3 s]
/proc/loadavg: 2.31 2.26 2.19 3/178 9004
/proc/meminfo: memFree=23297896/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3272064 CPUtime=1302.09 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 219752 0 0 0 130094 115 0 0 20 0 1 0 6618850 3350593536 701347 33554432000 4194304 5796924 140736747767696 140736747764808 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 818016 701347 177 392 0 817615 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3272064

[startup+1362.3 s]
/proc/loadavg: 2.36 2.29 2.20 4/178 9028
/proc/meminfo: memFree=23326464/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3272724 CPUtime=1362.09 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 219918 0 0 0 136093 116 0 0 20 0 1 0 6618850 3351269376 704068 33554432000 4194304 5796924 140736747767696 140736747764808 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 818181 704068 177 392 0 817780 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 3272724

[startup+1422.3 s]
/proc/loadavg: 2.27 2.28 2.20 3/177 9030
/proc/meminfo: memFree=23297516/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3273516 CPUtime=1422.07 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 220161 0 0 0 142091 116 0 0 20 0 1 0 6618850 3352080384 707377 33554432000 4194304 5796924 140736747767696 140736747764808 4606624 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 818379 707377 177 392 0 817978 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3273516

[startup+1482.3 s]
/proc/loadavg: 2.29 2.28 2.20 3/177 9031
/proc/meminfo: memFree=23304228/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3143452 CPUtime=1482.06 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 221188 0 0 0 148085 121 0 0 20 0 1 0 6618850 3218894848 700952 33554432000 4194304 5796924 140736747767696 140736747764808 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 785863 700952 177 392 0 785462 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3143452

[startup+1542.3 s]
/proc/loadavg: 2.23 2.27 2.20 3/177 9032
/proc/meminfo: memFree=23270648/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3276672 CPUtime=1542.06 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 222258 0 0 0 154083 123 0 0 20 0 1 0 6618850 3355312128 705597 33554432000 4194304 5796924 140736747767696 140736747764680 4569788 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 819168 705597 177 392 0 818767 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3276672

[startup+1602.3 s]
/proc/loadavg: 2.31 2.28 2.21 3/177 9033
/proc/meminfo: memFree=23297932/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3278576 CPUtime=1602.05 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 222727 0 0 0 160081 124 0 0 20 0 1 0 6618850 3357261824 711176 33554432000 4194304 5796924 140736747767696 140736747764808 4607258 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 819644 711176 177 392 0 819243 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3278576

[startup+1662.31 s]
/proc/loadavg: 2.29 2.27 2.21 3/177 9034
/proc/meminfo: memFree=23334268/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3147392 CPUtime=1662.04 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 223536 0 0 0 166076 128 0 0 20 0 1 0 6618850 3222929408 697883 33554432000 4194304 5796924 140736747767696 140736747765160 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 786848 697883 177 392 0 786447 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3147392

[startup+1722.3 s]
/proc/loadavg: 2.29 2.28 2.21 3/177 9036
/proc/meminfo: memFree=23302364/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3147788 CPUtime=1722.02 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 223639 0 0 0 172074 128 0 0 20 0 1 0 6618850 3223334912 702074 33554432000 4194304 5796924 140736747767696 140736747764680 4592031 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 786947 702074 177 392 0 786546 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3147788

[startup+1782.3 s]
/proc/loadavg: 2.37 2.30 2.22 4/177 9037
/proc/meminfo: memFree=23266212/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3280708 CPUtime=1782.02 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 224619 0 0 0 178071 131 0 0 20 0 1 0 6618850 3359444992 705093 33554432000 4194304 5796924 140736747767696 140736747764680 4569014 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 820177 705093 177 392 0 819776 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3280708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.29 2.29 2.21 3/177 9083
/proc/meminfo: memFree=25516884/32872528 swapFree=1555460/1718980
[pid=8969] ppid=8966 vsize=3283020 CPUtime=1800.01 cores=0,2,4,6
/proc/8969/stat : 8969 (naps-1.02) R 8966 8969 8332 0 -1 4202496 225171 0 0 0 179870 131 0 0 20 0 1 0 6618850 3361812480 710755 33554432000 4194304 5796924 140736747767696 140736747764808 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8969/statm: 820755 710755 177 392 0 820354 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3283020

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.12
CPU user time (s): 1798.71
CPU system time (s): 1.41478
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 3580140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.41478
maximum resident set size= 3041820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225183
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= 3
involuntary context switches= 1978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69529 second user time and 6.76597 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 10:38:32
IDJOB=4119845
IDBENCH=111812
IDSOLVER=2544
FILE ID=node117/4119845-1467275912
RUNJOBID= node117-1467268700-8348
PBS_JOBID= 20004501
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 3d8e0b2cc1943050730f0789b165ef6f
RANDOM SEED=188381195

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:        28288456 kB
Buffers:          135188 kB
Cached:          1836592 kB
SwapCached:            0 kB
Active:           317600 kB
Inactive:        1800384 kB
Active(anon):     148652 kB
Inactive(anon):        4 kB
Active(file):     168948 kB
Inactive(file):  1800380 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8816 kB
Writeback:             0 kB
AnonPages:       1979828 kB
Mapped:            14680 kB
Shmem:               204 kB
Slab:             612968 kB
SReclaimable:      57096 kB
SUnreclaim:       555872 kB
KernelStack:        1472 kB
PageTables:         7512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1977168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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= 71616 MiB
End job on node117 at 2016-06-30 11:08:33