Trace number 4119836

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.11 1800.53

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm85p-opt.opb.negationfix.opb
MD5SUMf03240b9a734d8daafc38104f404b1a5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1800.03
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        : 450,0
1800.07/1800.50	c 2cl/3cl ITE-codings   : 9965,0
1800.07/1800.50	c BDD/srt/adr Max costs : 289,97558,0
1800.07/1800.50	c BDDraw/bin/mul/srt/adr: 386,0,0,64,0
1800.07/1800.50	c BDD nodes             : 18663778
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) : 1799 s        (0 s)
1800.07/1800.50	c Time for Opt-base     : 54.38 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-4119836-1467275910/watcher-4119836-1467275910 -o /tmp/evaluation-result-4119836-1467275910/solver-4119836-1467275910 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467268700-8349 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119836-1467275910.opb 

pid=8920
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.16 2.19 2.18 4/176 8923
/proc/meminfo: memFree=26173360/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=6816 CPUtime=0 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 396 0 0 0 0 0 0 0 20 0 1 0 6618601 6979584 271 33554432000 4194304 5796924 140735993961616 140736168650552 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 1704 271 124 392 0 1303 0

[startup+0.100116 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 8923
/proc/meminfo: memFree=26173360/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=11400 CPUtime=0.09 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 1524 0 0 0 9 0 0 0 20 0 1 0 6618601 11673600 1399 33554432000 4194304 5796924 140735993961616 140736168650552 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 2850 1399 124 392 0 2449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11400

[startup+0.200303 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 8923
/proc/meminfo: memFree=26173360/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=13856 CPUtime=0.19 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 2112 0 0 0 19 0 0 0 20 0 1 0 6618601 14188544 1987 33554432000 4194304 5796924 140735993961616 140736168650552 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 3464 1987 128 392 0 3063 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13856

[startup+0.300234 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 8923
/proc/meminfo: memFree=26173360/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=19888 CPUtime=0.29 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 3747 0 0 0 29 0 0 0 20 0 1 0 6618601 20365312 3541 33554432000 4194304 5796924 140735993961616 140736168650552 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 4972 3542 139 392 0 4571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19888

[startup+0.700292 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 8923
/proc/meminfo: memFree=26173360/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=43196 CPUtime=0.69 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 9795 0 0 0 68 1 0 0 20 0 1 0 6618601 44232704 9341 33554432000 4194304 5796924 140735993961616 140735993566520 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 10799 9341 139 392 0 10398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43196

[startup+1.50026 s]
/proc/loadavg: 2.16 2.19 2.18 2/177 8924
/proc/meminfo: memFree=26114932/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=85144 CPUtime=1.49 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 20587 0 0 0 146 3 0 0 20 0 1 0 6618601 87187456 19803 33554432000 4194304 5796924 140735993961616 140735993566520 5091201 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 21286 19806 139 392 0 20885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85144

[startup+3.10023 s]
/proc/loadavg: 2.16 2.19 2.18 2/172 8932
/proc/meminfo: memFree=28300872/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=171380 CPUtime=3.09 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 41750 0 0 0 303 6 0 0 20 0 1 0 6618601 175493120 41329 33554432000 4194304 5796924 140735993961616 140735993696968 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 42845 41329 139 392 0 42444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 171380

[startup+6.30025 s]
/proc/loadavg: 2.15 2.18 2.18 3/177 8970
/proc/meminfo: memFree=28090028/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=177452 CPUtime=6.29 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 43299 0 0 0 623 6 0 0 20 0 1 0 6618601 181710848 42878 33554432000 4194304 5796924 140735993961616 140735993958600 5096569 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 44363 42878 150 392 0 43962 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177452

[startup+12.7002 s]
/proc/loadavg: 2.22 2.20 2.18 3/177 8970
/proc/meminfo: memFree=28034216/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=187452 CPUtime=12.69 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 44994 0 0 0 1262 7 0 0 20 0 1 0 6618601 191950848 45299 33554432000 4194304 5796924 140735993961616 140735993958600 4805640 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 46863 45299 150 392 0 46462 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187452

[startup+25.5003 s]
/proc/loadavg: 2.17 2.18 2.18 3/177 8970
/proc/meminfo: memFree=28019684/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=194672 CPUtime=25.49 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 46649 0 0 0 2542 7 0 0 20 0 1 0 6618601 199344128 46954 33554432000 4194304 5796924 140735993961616 140735993958600 5092487 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 48668 46954 150 392 0 48267 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 194672

[startup+51.1005 s]
/proc/loadavg: 2.17 2.18 2.18 3/177 8970
/proc/meminfo: memFree=27969320/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=218164 CPUtime=51.08 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 50151 0 0 0 5100 8 0 0 20 0 1 0 6618601 223399936 52930 33554432000 4194304 5796924 140735993961616 140735993958600 5087643 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 54541 52930 150 392 0 54140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 218164

[startup+102.3 s]
/proc/loadavg: 2.31 2.23 2.19 3/178 8974
/proc/meminfo: memFree=27866956/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=272320 CPUtime=102.28 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 56001 0 0 0 10218 10 0 0 20 0 1 0 6618601 278855680 65260 33554432000 4194304 5796924 140735993961616 140735993642408 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 68080 65260 151 392 0 67679 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 272320

[startup+162.3 s]
/proc/loadavg: 2.28 2.23 2.19 4/177 8975
/proc/meminfo: memFree=27713160/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=350652 CPUtime=162.27 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 62710 0 0 0 16214 13 0 0 20 0 1 0 6618601 359067648 84419 33554432000 4194304 5796924 140735993961616 140735993649848 5096706 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 87663 84419 151 392 0 87262 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 350652

[startup+222.307 s]
/proc/loadavg: 2.27 2.23 2.19 3/177 8977
/proc/meminfo: memFree=27606744/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=403888 CPUtime=222.27 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 71416 0 0 0 22212 15 0 0 20 0 1 0 6618601 413581312 96191 33554432000 4194304 5796924 140735993961616 140735993611160 5087632 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 100972 96191 151 392 0 100571 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 403888

[startup+282.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 8978
/proc/meminfo: memFree=26164532/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=1938536 CPUtime=282.24 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 137371 0 0 0 28177 47 0 0 20 0 1 0 6618601 1985060864 440528 33554432000 4194304 5796924 140735993961616 140735993958808 4238669 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 484634 440528 160 392 0 484233 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1938536

[startup+342.3 s]
/proc/loadavg: 2.28 2.24 2.19 3/177 8979
/proc/meminfo: memFree=23436076/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2446516 CPUtime=342.23 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 183185 0 0 0 34147 76 0 0 20 0 1 0 6618601 2505232384 557814 33554432000 4194304 5796924 140735993961616 140735993958728 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 611629 557814 177 392 0 611228 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2446516

[startup+402.3 s]
/proc/loadavg: 2.46 2.30 2.21 3/177 8980
/proc/meminfo: memFree=23400212/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2452284 CPUtime=402.23 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 184627 0 0 0 40145 78 0 0 20 0 1 0 6618601 2511138816 562833 33554432000 4194304 5796924 140735993961616 140735993958728 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 613071 562833 178 392 0 612670 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2452284

[startup+462.3 s]
/proc/loadavg: 2.25 2.27 2.20 4/177 8981
/proc/meminfo: memFree=23363716/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2456160 CPUtime=462.22 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 185625 0 0 0 46143 79 0 0 20 0 1 0 6618601 2515107840 566897 33554432000 4194304 5796924 140735993961616 140735993958600 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 614040 566897 178 392 0 613639 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2456160

[startup+522.3 s]
/proc/loadavg: 2.26 2.26 2.20 4/177 8983
/proc/meminfo: memFree=23331332/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2459672 CPUtime=522.21 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 186484 0 0 0 52141 80 0 0 20 0 1 0 6618601 2518704128 571333 33554432000 4194304 5796924 140735993961616 140735993958600 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 614918 571333 178 392 0 614517 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2459672

[startup+582.3 s]
/proc/loadavg: 2.19 2.24 2.19 3/177 8984
/proc/meminfo: memFree=23294596/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2594308 CPUtime=582.2 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 187678 0 0 0 58138 82 0 0 20 0 1 0 6618601 2656571392 575076 33554432000 4194304 5796924 140735993961616 140735993958728 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 648577 575076 178 392 0 648176 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2594308

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


[startup+942.3 s]
/proc/loadavg: 2.23 2.24 2.18 3/177 8994
/proc/meminfo: memFree=23252932/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2604840 CPUtime=942.06 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 191188 0 0 0 94114 92 0 0 20 0 1 0 6618601 2667356160 580792 33554432000 4194304 5796924 140735993961616 140735993958728 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 651210 580792 178 392 0 650809 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 2604840

[startup+1002.3 s]
/proc/loadavg: 2.12 2.20 2.18 4/177 8995
/proc/meminfo: memFree=23368456/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2473904 CPUtime=1002.05 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 191682 0 0 0 100109 96 0 0 20 0 1 0 6618601 2533277696 565719 33554432000 4194304 5796924 140735993961616 140735993958728 4569014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 618476 565719 178 392 0 618075 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 2473904

[startup+1062.3 s]
/proc/loadavg: 2.30 2.24 2.19 4/177 8996
/proc/meminfo: memFree=23341340/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2474432 CPUtime=1062.05 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 191831 0 0 0 106108 97 0 0 20 0 1 0 6618601 2533818368 569133 33554432000 4194304 5796924 140735993961616 140735993958728 4583328 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 618608 569133 178 392 0 618207 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 2474432

[startup+1122.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/177 8998
/proc/meminfo: memFree=23297136/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2476628 CPUtime=1122.02 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 192367 0 0 0 112105 97 0 0 20 0 1 0 6618601 2536067072 575348 33554432000 4194304 5796924 140735993961616 140735993958888 4569014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 619157 575348 178 392 0 618756 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 2476628

[startup+1182.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/177 8999
/proc/meminfo: memFree=23318172/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2477956 CPUtime=1182.01 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 193150 0 0 0 118101 100 0 0 20 0 1 0 6618601 2537426944 566735 33554432000 4194304 5796924 140735993961616 140735993958600 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 619489 566735 178 392 0 619088 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 2477956

[startup+1242.3 s]
/proc/loadavg: 2.33 2.26 2.19 3/177 9000
/proc/meminfo: memFree=23328008/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2478748 CPUtime=1241.97 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 193413 0 0 0 124097 100 0 0 20 0 1 0 6618601 2538237952 572067 33554432000 4194304 5796924 140735993961616 140735993958728 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 619687 572067 178 392 0 619286 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 2478748

[startup+1302.3 s]
/proc/loadavg: 2.34 2.27 2.19 3/178 9004
/proc/meminfo: memFree=23297820/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2479804 CPUtime=1301.96 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 193683 0 0 0 130095 101 0 0 20 0 1 0 6618601 2539319296 576480 33554432000 4194304 5796924 140735993961616 140735993958600 4583348 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 619951 576480 178 392 0 619550 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 2479804

[startup+1362.3 s]
/proc/loadavg: 2.39 2.29 2.20 3/178 9028
/proc/meminfo: memFree=23328132/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2480860 CPUtime=1361.94 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 194878 0 0 0 136088 106 0 0 20 0 1 0 6618601 2540400640 566012 33554432000 4194304 5796924 140735993961616 140735993958728 4606420 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 620215 566012 178 392 0 619814 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 2480860

[startup+1422.3 s]
/proc/loadavg: 2.29 2.28 2.20 3/177 9030
/proc/meminfo: memFree=23297392/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2481388 CPUtime=1421.94 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 195018 0 0 0 142087 107 0 0 20 0 1 0 6618601 2540941312 570751 33554432000 4194304 5796924 140735993961616 140735993958728 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 620347 570751 178 392 0 619946 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 2481388

[startup+1482.3 s]
/proc/loadavg: 2.31 2.29 2.21 3/177 9031
/proc/meminfo: memFree=23304228/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2482180 CPUtime=1481.92 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 195219 0 0 0 148085 107 0 0 20 0 1 0 6618601 2541752320 575551 33554432000 4194304 5796924 140735993961616 140735993958728 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 620545 575551 178 392 0 620144 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 2482180

[startup+1542.31 s]
/proc/loadavg: 2.25 2.28 2.20 3/177 9032
/proc/meminfo: memFree=23270648/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2615496 CPUtime=1541.92 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 195940 0 0 0 154083 109 0 0 20 0 1 0 6618601 2678267904 579334 33554432000 4194304 5796924 140735993961616 140735993958728 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 653874 579334 178 392 0 653473 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 2615496

[startup+1602.3 s]
/proc/loadavg: 2.25 2.27 2.20 3/177 9033
/proc/meminfo: memFree=23297896/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2484296 CPUtime=1601.91 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 196669 0 0 0 160078 113 0 0 20 0 1 0 6618601 2543919104 566865 33554432000 4194304 5796924 140735993961616 140735993959080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 621074 566865 178 392 0 620673 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 2484296

[startup+1662.3 s]
/proc/loadavg: 2.31 2.28 2.21 3/177 9034
/proc/meminfo: memFree=23334144/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2484692 CPUtime=1661.89 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 196790 0 0 0 166076 113 0 0 20 0 1 0 6618601 2544324608 571067 33554432000 4194304 5796924 140735993961616 140735993958600 4583138 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 621173 571067 178 392 0 620772 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 2484692

[startup+1722.3 s]
/proc/loadavg: 2.32 2.29 2.21 3/177 9036
/proc/meminfo: memFree=23304296/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2485492 CPUtime=1721.88 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 196981 0 0 0 172074 114 0 0 20 0 1 0 6618601 2545143808 575346 33554432000 4194304 5796924 140735993961616 140735993958728 4583342 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 621373 575346 178 392 0 620972 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 2485492

[startup+1782.3 s]
/proc/loadavg: 2.40 2.31 2.22 3/177 9037
/proc/meminfo: memFree=23266212/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2619076 CPUtime=1781.87 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 197780 0 0 0 178071 116 0 0 20 0 1 0 6618601 2681933824 580742 33554432000 4194304 5796924 140735993961616 140735993958600 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 654769 580742 178 392 0 654368 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 2619076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.29 2.29 2.21 4/177 9037
/proc/meminfo: memFree=23240336/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2619340 CPUtime=1800.07 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 197877 0 0 0 179891 116 0 0 20 0 1 0 6618601 2682204160 581861 33554432000 4194304 5796924 140735993961616 140735993958728 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 654835 581861 178 392 0 654434 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2619340

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

[startup+1800.5 s]
/proc/loadavg: 2.29 2.29 2.21 4/177 9037
/proc/meminfo: memFree=23240336/32872528 swapFree=1555460/1718980
[pid=8923] ppid=8920 vsize=2619340 CPUtime=1800.07 cores=1,3,5,7
/proc/8923/stat : 8923 (naps-1.02) R 8920 8923 8332 0 -1 4202496 197877 0 0 0 179891 116 0 0 20 0 1 0 6618601 2682204160 581861 33554432000 4194304 5796924 140735993961616 140735993958728 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/8923/statm: 654835 581861 178 392 0 654434 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2619340

Child status: 0
Real time (s): 1800.53
CPU time (s): 1800.11
CPU user time (s): 1798.91
CPU system time (s): 1.19382
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 2828172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.19382
maximum resident set size= 2489716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197889
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= 249
involuntary context switches= 1836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.68253 second user time and 10.7874 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 10:38:30
IDJOB=4119836
IDBENCH=111811
IDSOLVER=2544
FILE ID=node117/4119836-1467275910
RUNJOBID= node117-1467268700-8349
PBS_JOBID= 20004501
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= f03240b9a734d8daafc38104f404b1a5
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:        26174012 kB
Buffers:          135148 kB
Cached:          1839996 kB
SwapCached:            0 kB
Active:          2427140 kB
Inactive:        1800540 kB
Active(anon):    2255120 kB
Inactive(anon):        4 kB
Active(file):     172020 kB
Inactive(file):  1800536 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4296 kB
Writeback:             0 kB
AnonPages:       3926936 kB
Mapped:            14472 kB
Shmem:               204 kB
Slab:             612584 kB
SReclaimable:      56996 kB
SUnreclaim:       555588 kB
KernelStack:        1440 kB
PageTables:        11472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4168860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2025472 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:30