Trace number 4119827

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.05 1800.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm95p-opt.opb.negationfix.opb
MD5SUM4d2a39c7c3be3238c64434e8dc719d9f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark31
Best CPU time to get the best result obtained on this benchmark1432.71
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.40	c 
1800.01/1800.40	c *** TERMINATED *** by signal 15
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c _____________________________________________________________________________
1800.01/1800.40	c 
1800.01/1800.40	c std/band forms        : 478,0
1800.01/1800.40	c 2cl/3cl ITE-codings   : 10613,0
1800.01/1800.40	c BDD/srt/adr Max costs : 206,109205,0
1800.01/1800.40	c BDDraw/bin/mul/srt/adr: 414,0,0,64,0
1800.01/1800.40	c BDD nodes             : 20314281
1800.01/1800.40	c Es1/CC detections     : 0,0
1800.01/1800.40	c SAT/UNSAT calls       : 0,0
1800.01/1800.40	c restarts              : 0
1800.01/1800.40	c conflicts             : 0              (0 /sec)
1800.01/1800.40	c decisions             : 0              (0 /sec)
1800.01/1800.40	c propagations          : 0              (0 /sec)
1800.01/1800.40	c inspects              : 0              (0 /sec)
1800.01/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.40	c Time for Opt-base     : 54.7 s
1800.01/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4119827-1467275551/watcher-4119827-1467275551 -o /tmp/evaluation-result-4119827-1467275551/solver-4119827-1467275551 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467273748-13909 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119827-1467275551.opb 

pid=14072
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.10 2.15 2.42 3/178 14075
/proc/meminfo: memFree=27477584/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=6820 CPUtime=0 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 415 0 0 0 0 0 0 0 20 0 1 0 8507818 6983680 289 33554432000 4194304 5796924 140734639987152 140734509653224 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 1705 289 128 392 0 1304 0

[startup+0.100159 s]
/proc/loadavg: 2.10 2.15 2.42 3/178 14075
/proc/meminfo: memFree=27477584/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=12016 CPUtime=0.09 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 1672 0 0 0 9 0 0 0 20 0 1 0 8507818 12304384 1504 33554432000 4194304 5796924 140734639987152 140734509653224 4810733 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 3004 1504 128 392 0 2603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12016

[startup+0.200333 s]
/proc/loadavg: 2.10 2.15 2.42 3/178 14075
/proc/meminfo: memFree=27477584/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=14364 CPUtime=0.19 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 2261 0 0 0 19 0 0 0 20 0 1 0 8507818 14708736 2093 33554432000 4194304 5796924 140734639987152 140734509653224 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 3591 2094 129 392 0 3190 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14364

[startup+0.300243 s]
/proc/loadavg: 2.10 2.15 2.42 3/178 14075
/proc/meminfo: memFree=27477584/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=19848 CPUtime=0.29 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 3905 0 0 0 29 0 0 0 20 0 1 0 8507818 20324352 3510 33554432000 4194304 5796924 140734639987152 140734509653224 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 4962 3511 140 392 0 4561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19848

[startup+0.700321 s]
/proc/loadavg: 2.10 2.15 2.42 3/178 14075
/proc/meminfo: memFree=27477584/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=43876 CPUtime=0.69 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 10024 0 0 0 68 1 0 0 20 0 1 0 8507818 44929024 9464 33554432000 4194304 5796924 140734639987152 140734639560760 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 10969 9467 140 392 0 10568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43876

[startup+1.50029 s]
/proc/loadavg: 2.10 2.15 2.42 3/179 14076
/proc/meminfo: memFree=27420320/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=85692 CPUtime=1.49 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 20824 0 0 0 147 2 0 0 20 0 1 0 8507818 87748608 19934 33554432000 4194304 5796924 140734639987152 140734639560760 5087776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 21423 19934 140 392 0 21022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85692

[startup+3.10027 s]
/proc/loadavg: 2.10 2.15 2.42 3/179 14076
/proc/meminfo: memFree=27364144/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=169816 CPUtime=3.09 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 41423 0 0 0 304 5 0 0 20 0 1 0 8507818 173891584 40896 33554432000 4194304 5796924 140734639987152 140734639635176 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 42454 40897 140 392 0 42053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 169816

[startup+6.30028 s]
/proc/loadavg: 2.18 2.16 2.42 4/179 14076
/proc/meminfo: memFree=27292920/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=194080 CPUtime=6.29 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 47178 0 0 0 623 6 0 0 20 0 1 0 8507818 198737920 46651 33554432000 4194304 5796924 140734639987152 140734639984136 4808555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 48520 46651 151 392 0 48119 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 194080

[startup+12.7003 s]
/proc/loadavg: 2.16 2.16 2.42 3/179 14076
/proc/meminfo: memFree=27283604/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=202256 CPUtime=12.69 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 48880 0 0 0 1262 7 0 0 20 0 1 0 8507818 207110144 49079 33554432000 4194304 5796924 140734639987152 140734639984136 5087579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 50564 49079 151 392 0 50163 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 202256

[startup+25.5004 s]
/proc/loadavg: 2.20 2.17 2.42 3/179 14076
/proc/meminfo: memFree=27266888/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=208420 CPUtime=25.49 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 49891 0 0 0 2542 7 0 0 20 0 1 0 8507818 213422080 50601 33554432000 4194304 5796924 140734639987152 140734639984136 5100646 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 52105 50601 151 392 0 51704 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 208420

[startup+51.1003 s]
/proc/loadavg: 2.28 2.19 2.42 4/179 14076
/proc/meminfo: memFree=27221572/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=232440 CPUtime=51.08 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 53401 0 0 0 5100 8 0 0 20 0 1 0 8507818 238018560 56585 33554432000 4194304 5796924 140734639987152 140734639984136 4434871 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 58110 56585 151 392 0 57709 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 232440

[startup+102.3 s]
/proc/loadavg: 2.24 2.19 2.40 3/179 14078
/proc/meminfo: memFree=27132652/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=286596 CPUtime=102.28 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 59163 0 0 0 10218 10 0 0 20 0 1 0 8507818 293474304 68316 33554432000 4194304 5796924 140734639987152 140734639984136 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 71649 68316 151 392 0 71248 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 286596

[startup+162.3 s]
/proc/loadavg: 2.29 2.21 2.39 3/179 14079
/proc/meminfo: memFree=27057712/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=319708 CPUtime=162.26 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 64634 0 0 0 16215 11 0 0 20 0 1 0 8507818 327380992 76342 33554432000 4194304 5796924 140734639987152 140734639984136 4261418 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 79927 76342 151 392 0 79526 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 319708

[startup+222.307 s]
/proc/loadavg: 2.15 2.18 2.37 4/179 14080
/proc/meminfo: memFree=26924284/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=416712 CPUtime=222.27 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 74317 0 0 0 22212 15 0 0 20 0 1 0 8507818 426713088 99497 33554432000 4194304 5796924 140734639987152 140734639984136 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 104178 99497 151 392 0 103777 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 416712

[startup+282.3 s]
/proc/loadavg: 2.20 2.19 2.36 3/179 14081
/proc/meminfo: memFree=26579256/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=565480 CPUtime=282.25 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 83237 0 0 0 28206 19 0 0 20 0 1 0 8507818 579051520 132805 33554432000 4194304 5796924 140734639987152 140734639769128 4243851 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 141370 132805 151 392 0 140969 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 565480

[startup+342.3 s]
/proc/loadavg: 2.20 2.19 2.35 3/179 14082
/proc/meminfo: memFree=24539936/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2826812 CPUtime=342.23 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 183001 0 0 0 34142 81 0 0 20 0 1 0 8507818 2894655488 633411 33554432000 4194304 5796924 140734639987152 140734639984264 4606503 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 706703 633411 176 392 0 706302 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2826812

[startup+402.3 s]
/proc/loadavg: 2.16 2.18 2.33 3/179 14084
/proc/meminfo: memFree=24469476/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2835992 CPUtime=402.22 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 185289 0 0 0 40140 82 0 0 20 0 1 0 8507818 2904055808 640809 33554432000 4194304 5796924 140734639987152 140734639984264 4606847 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 708998 640809 177 392 0 708597 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2835992

[startup+462.3 s]
/proc/loadavg: 2.24 2.20 2.33 4/180 14088
/proc/meminfo: memFree=24407584/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2841148 CPUtime=462.22 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 186583 0 0 0 46139 83 0 0 20 0 1 0 8507818 2909335552 645680 33554432000 4194304 5796924 140734639987152 140734639984264 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 710287 645680 177 392 0 709886 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2841148

[startup+522.3 s]
/proc/loadavg: 2.18 2.19 2.32 3/179 14089
/proc/meminfo: memFree=24349236/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2976624 CPUtime=522.21 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 188014 0 0 0 52135 86 0 0 20 0 1 0 8507818 3048062976 649661 33554432000 4194304 5796924 140734639987152 140734639984264 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 744156 649661 177 392 0 743755 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2976624

[startup+582.3 s]
/proc/loadavg: 2.27 2.22 2.32 3/179 14090
/proc/meminfo: memFree=24288976/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2979924 CPUtime=582.2 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 188835 0 0 0 58134 86 0 0 20 0 1 0 8507818 3051442176 654059 33554432000 4194304 5796924 140734639987152 140734639984264 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 744981 654059 177 392 0 744580 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2979924

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


[startup+882.307 s]
/proc/loadavg: 2.16 2.21 2.28 3/179 14096
/proc/meminfo: memFree=23717980/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2991236 CPUtime=882.16 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 192467 0 0 0 88121 95 0 0 20 0 1 0 8507818 3063025664 661505 33554432000 4194304 5796924 140734639987152 140734639984264 4569140 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 747809 661505 177 392 0 747408 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 2991236

[startup+942.3 s]
/proc/loadavg: 2.19 2.20 2.27 3/179 14097
/proc/meminfo: memFree=23749424/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2861092 CPUtime=942.14 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 193158 0 0 0 94115 99 0 0 20 0 1 0 8507818 2929758208 644031 33554432000 4194304 5796924 140734639987152 140734639984136 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 715273 644031 177 392 0 714872 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 2861092

[startup+1002.3 s]
/proc/loadavg: 2.32 2.23 2.27 3/179 14099
/proc/meminfo: memFree=23691996/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2861884 CPUtime=1002.14 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 193357 0 0 0 100114 100 0 0 20 0 1 0 8507818 2930569216 647807 33554432000 4194304 5796924 140734639987152 140734639984264 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 715471 647807 177 392 0 715070 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 2861884

[startup+1062.3 s]
/proc/loadavg: 2.18 2.20 2.26 3/180 14103
/proc/meminfo: memFree=23635032/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2995200 CPUtime=1062.12 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 193827 0 0 0 106110 102 0 0 20 0 1 0 8507818 3067084800 651835 33554432000 4194304 5796924 140734639987152 140734639984792 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 748800 651835 177 392 0 748399 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2995200

[startup+1122.3 s]
/proc/loadavg: 2.15 2.19 2.25 3/179 14104
/proc/meminfo: memFree=23576788/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2997304 CPUtime=1122.08 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 194819 0 0 0 112106 102 0 0 20 0 1 0 8507818 3069239296 655845 33554432000 4194304 5796924 140734639987152 140734639984264 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 749326 655845 177 392 0 748925 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 2997304

[startup+1182.3 s]
/proc/loadavg: 2.23 2.20 2.25 4/179 14105
/proc/meminfo: memFree=23564268/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2866372 CPUtime=1182.04 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 195339 0 0 0 118098 106 0 0 20 0 1 0 8507818 2935164928 648396 33554432000 4194304 5796924 140734639987152 140734639984136 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 716593 648396 177 392 0 716192 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 2866372

[startup+1242.3 s]
/proc/loadavg: 2.33 2.22 2.26 3/179 14106
/proc/meminfo: memFree=23511384/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2867032 CPUtime=1242.03 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 195527 0 0 0 124096 107 0 0 20 0 1 0 8507818 2935840768 651632 33554432000 4194304 5796924 140734639987152 140734639984264 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 716758 651632 177 392 0 716357 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2867032

[startup+1302.3 s]
/proc/loadavg: 2.22 2.21 2.25 3/179 14108
/proc/meminfo: memFree=23461524/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=3000348 CPUtime=1302.02 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 196420 0 0 0 130093 109 0 0 20 0 1 0 8507818 3072356352 655583 33554432000 4194304 5796924 140734639987152 140734639984136 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 750087 655583 177 392 0 749686 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 3000348

[startup+1362.3 s]
/proc/loadavg: 2.31 2.23 2.25 4/179 14109
/proc/meminfo: memFree=23463164/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2869408 CPUtime=1362.01 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 196929 0 0 0 136088 113 0 0 20 0 1 0 8507818 2938273792 645603 33554432000 4194304 5796924 140734639987152 140734639984136 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 717352 645603 177 392 0 716951 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2869408

[startup+1422.3 s]
/proc/loadavg: 2.22 2.22 2.25 3/179 14110
/proc/meminfo: memFree=23387780/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2870600 CPUtime=1422.01 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 197218 0 0 0 142087 114 0 0 20 0 1 0 8507818 2939494400 653554 33554432000 4194304 5796924 140734639987152 140734639984264 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 717650 653554 177 392 0 717249 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2870600

[startup+1482.3 s]
/proc/loadavg: 2.27 2.22 2.24 3/179 14111
/proc/meminfo: memFree=23334368/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=3003928 CPUtime=1481.99 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 198115 0 0 0 148083 116 0 0 20 0 1 0 8507818 3076022272 658517 33554432000 4194304 5796924 140734639987152 140734639984136 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 750982 658517 177 392 0 750581 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 3003928

[startup+1542.31 s]
/proc/loadavg: 2.25 2.22 2.24 4/179 14112
/proc/meminfo: memFree=23344136/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2873536 CPUtime=1541.99 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 198779 0 0 0 154078 121 0 0 20 0 1 0 8507818 2942500864 646122 33554432000 4194304 5796924 140734639987152 140734639984616 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 718384 646122 177 392 0 717983 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 2873536

[startup+1602.3 s]
/proc/loadavg: 2.23 2.23 2.24 3/178 14158
/proc/meminfo: memFree=25478088/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2874064 CPUtime=1601.97 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 198933 0 0 0 160076 121 0 0 20 0 1 0 8507818 2943041536 650866 33554432000 4194304 5796924 140734639987152 140734639984264 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 718516 650866 177 392 0 718115 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 2874064

[startup+1662.3 s]
/proc/loadavg: 2.27 2.23 2.24 3/180 14163
/proc/meminfo: memFree=25405084/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2874856 CPUtime=1661.94 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 199142 0 0 0 166073 121 0 0 20 0 1 0 8507818 2943852544 654822 33554432000 4194304 5796924 140734639987152 140734639984264 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 718714 654822 177 392 0 718313 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 2874856

[startup+1722.3 s]
/proc/loadavg: 2.22 2.22 2.23 4/180 14186
/proc/meminfo: memFree=25314048/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=3007908 CPUtime=1721.92 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 199993 0 0 0 172068 124 0 0 20 0 1 0 8507818 3080097792 658717 33554432000 4194304 5796924 140734639987152 140734639984264 4583342 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 751977 658717 177 392 0 751576 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 3007908

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.23 4/179 14187
/proc/meminfo: memFree=25261200/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=3009680 CPUtime=1781.91 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 200360 0 0 0 178067 124 0 0 20 0 1 0 8507818 3081912320 663683 33554432000 4194304 5796924 140734639987152 140734639984424 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 752420 663683 177 392 0 752019 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 3009680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.14 2.19 2.22 3/179 14188
/proc/meminfo: memFree=25316684/32872528 swapFree=1515120/1684772
[pid=14075] ppid=14072 vsize=2877420 CPUtime=1800.01 cores=1,3,5,7
/proc/14075/stat : 14075 (naps-1.02) R 14072 14075 12810 0 -1 4202496 200535 0 0 0 179873 128 0 0 20 0 1 0 8507818 2946478080 647234 33554432000 4194304 5796924 140734639987152 140734639984616 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14075/statm: 719355 647234 177 392 0 718954 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2877420

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

Child status: 0
Real time (s): 1800.44
CPU time (s): 1800.05
CPU user time (s): 1798.73
CPU system time (s): 1.3218
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 3221296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.3218
maximum resident set size= 2833232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200547
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= 232
involuntary context switches= 1843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.84826 second user time and 7.2389 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 10:32:31
IDJOB=4119827
IDBENCH=111810
IDSOLVER=2544
FILE ID=node135/4119827-1467275551
RUNJOBID= node135-1467273748-13909
PBS_JOBID= 20004497
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 4d2a39c7c3be3238c64434e8dc719d9f
RANDOM SEED=360785809

node135.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.722
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.44
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.722
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.722
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.57
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.722
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.56
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.722
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.54
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.722
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.722
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.68
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.722
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:        27478312 kB
Buffers:          196076 kB
Cached:          1792120 kB
SwapCached:            0 kB
Active:          1208504 kB
Inactive:        1750992 kB
Active(anon):     973516 kB
Inactive(anon):        0 kB
Active(file):     234988 kB
Inactive(file):  1750992 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4324 kB
Writeback:             4 kB
AnonPages:       2655596 kB
Mapped:            14568 kB
Shmem:               216 kB
Slab:             613168 kB
SReclaimable:      57140 kB
SUnreclaim:       556028 kB
KernelStack:        1472 kB
PageTables:         9332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2793576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71692 MiB
End job on node135 at 2016-06-30 11:02:31