Trace number 4119944

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.48 1800.89

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm85p-opt.opb.negationfix.opb
MD5SUM64b4b0dd11d711879b8b056596658f5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark1464.16
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.09/1800.50	c 
1800.09/1800.50	c *** TERMINATED *** by signal 15
1800.09/1800.50	s UNKNOWN
1800.09/1800.50	c _____________________________________________________________________________
1800.09/1800.50	c 
1800.09/1800.50	c std/band forms        : 887,0
1800.09/1800.50	c 2cl/3cl ITE-codings   : 40901,0
1800.09/1800.50	c BDD/srt/adr Max costs : 1492,231695,0
1800.09/1800.50	c BDDraw/bin/mul/srt/adr: 759,0,0,128,0
1800.09/1800.50	c BDD nodes             : 72998154
1800.09/1800.50	c Es1/CC detections     : 0,0
1800.09/1800.50	c SAT/UNSAT calls       : 0,0
1800.09/1800.50	c restarts              : 0
1800.09/1800.50	c conflicts             : 0              (0 /sec)
1800.09/1800.50	c decisions             : 0              (0 /sec)
1800.09/1800.50	c propagations          : 0              (0 /sec)
1800.09/1800.50	c inspects              : 0              (0 /sec)
1800.09/1800.50	c CPU time (solving tm) : 1796 s        (0 s)
1800.09/1800.50	c Time for Opt-base     : 217.9 s
1800.09/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-4119944-1467277154/watcher-4119944-1467277154 -o /tmp/evaluation-result-4119944-1467277154/solver-4119944-1467277154 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467268142-12523 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119944-1467277154.opb 

pid=13229
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.00 2.00 2.00 3/176 13232
/proc/meminfo: memFree=27994660/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=6816 CPUtime=0 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 410 0 0 0 0 0 0 0 20 0 1 0 8821758 6979584 284 33554432000 4194304 5796924 140734907109824 140735195294856 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 1704 284 124 392 0 1303 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13232
/proc/meminfo: memFree=27994660/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=13184 CPUtime=0.09 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 1926 0 0 0 9 0 0 0 20 0 1 0 8821758 13500416 1785 33554432000 4194304 5796924 140734907109824 140735195294856 4806859 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3296 1785 124 392 0 2895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13184

[startup+0.200337 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13232
/proc/meminfo: memFree=27994660/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=19580 CPUtime=0.19 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 3517 0 0 0 19 0 0 0 20 0 1 0 8821758 20049920 3285 33554432000 4194304 5796924 140734907109824 140734907109048 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 4895 3285 124 392 0 4494 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19580

[startup+0.300337 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13232
/proc/meminfo: memFree=27994660/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=23864 CPUtime=0.29 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 4586 0 0 0 29 0 0 0 20 0 1 0 8821758 24436736 4343 33554432000 4194304 5796924 140734907109824 140734907109048 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 5966 4343 124 392 0 5565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23864

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13232
/proc/meminfo: memFree=27994660/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=33196 CPUtime=0.69 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 6803 0 0 0 69 0 0 0 20 0 1 0 8821758 33992704 6560 33554432000 4194304 5796924 140734907109824 140734907109048 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 8299 6560 128 392 0 7898 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33196

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13233
/proc/meminfo: memFree=27950996/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=74832 CPUtime=1.49 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 17995 0 0 0 147 2 0 0 20 0 1 0 8821758 76627968 16850 33554432000 4194304 5796924 140734907109824 140734906275448 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 18708 16851 139 392 0 18307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74832

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13233
/proc/meminfo: memFree=27888996/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=160180 CPUtime=3.09 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 39612 0 0 0 304 5 0 0 20 0 1 0 8821758 164024320 37989 33554432000 4194304 5796924 140734907109824 140734906339720 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 40078 37991 139 392 0 39677 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160180

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13279
/proc/meminfo: memFree=29766512/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=311776 CPUtime=6.29 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 75917 0 0 0 618 11 0 0 20 0 1 0 8821758 319258624 75531 33554432000 4194304 5796924 140734907109824 140734906446856 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 77944 75531 139 392 0 77543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 311776

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13279
/proc/meminfo: memFree=29351480/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=358636 CPUtime=12.68 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 87899 0 0 0 1256 12 0 0 20 0 1 0 8821758 367243264 87513 33554432000 4194304 5796924 140734907109824 140734907106808 4432821 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 89659 87513 150 392 0 89258 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 358636

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13279
/proc/meminfo: memFree=29287360/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=379884 CPUtime=25.49 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 90623 0 0 0 2536 13 0 0 20 0 1 0 8821758 389001216 92769 33554432000 4194304 5796924 140734907109824 140734906481080 4295718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 94971 92769 150 392 0 94570 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 379884

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13282
/proc/meminfo: memFree=29256280/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=395936 CPUtime=51.08 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 93616 0 0 0 5094 14 0 0 20 0 1 0 8821758 405438464 97022 33554432000 4194304 5796924 140734907109824 140734907106808 5077911 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 98984 97022 150 392 0 98583 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 395936

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13283
/proc/meminfo: memFree=29155348/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=442620 CPUtime=102.25 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 98599 0 0 0 10210 15 0 0 20 0 1 0 8821758 453242880 108449 33554432000 4194304 5796924 140734907109824 140734907106808 4261421 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 110655 108449 150 392 0 110254 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 442620

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13307
/proc/meminfo: memFree=28999600/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=521612 CPUtime=162.21 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 105642 0 0 0 16203 18 0 0 20 0 1 0 8821758 534130688 127391 33554432000 4194304 5796924 140734907109824 140734907106808 4455213 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 130403 127391 151 392 0 130002 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 521612

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13308
/proc/meminfo: memFree=28933104/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=562176 CPUtime=222.17 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 110619 0 0 0 22198 19 0 0 20 0 1 0 8821758 575668224 134878 33554432000 4194304 5796924 140734907109824 140734907106808 5092558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 140544 134878 151 392 0 140143 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 562176

[startup+282.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 13309
/proc/meminfo: memFree=28870448/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=581844 CPUtime=282.12 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 115614 0 0 0 28192 20 0 0 20 0 1 0 8821758 595808256 142384 33554432000 4194304 5796924 140734907109824 140734907106808 4805694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 145461 142384 151 392 0 145060 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 581844

[startup+342.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 13310
/proc/meminfo: memFree=28550956/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=717148 CPUtime=342.12 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 121661 0 0 0 34188 24 0 0 20 0 1 0 8821758 734359552 170264 33554432000 4194304 5796924 140734907109824 140734906469048 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 179287 170264 151 392 0 178886 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 717148

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 13311
/proc/meminfo: memFree=28568200/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=736816 CPUtime=402.11 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 126768 0 0 0 40186 25 0 0 20 0 1 0 8821758 754499584 177926 33554432000 4194304 5796924 140734907109824 140734907106808 5093558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 184204 177926 151 392 0 183803 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 736816

[startup+462.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 13313
/proc/meminfo: memFree=28500268/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=756484 CPUtime=462.1 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 131699 0 0 0 46184 26 0 0 20 0 1 0 8821758 774639616 185412 33554432000 4194304 5796924 140734907109824 140734907106808 5092927 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 189121 185412 151 392 0 188720 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 756484

[startup+522.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 13314
/proc/meminfo: memFree=28431332/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=826168 CPUtime=522.08 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 137734 0 0 0 52181 27 0 0 20 0 1 0 8821758 845996032 193491 33554432000 4194304 5796924 140734907109824 140734906461704 5077727 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 206542 193491 151 392 0 206141 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 826168

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 13315
/proc/meminfo: memFree=28365988/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=845836 CPUtime=582.07 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 142900 0 0 0 58179 28 0 0 20 0 1 0 8821758 866136064 201212 33554432000 4194304 5796924 140734907109824 140734907106808 4809393 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 211459 201212 151 392 0 211058 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 845836

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


[startup+942.3 s]
/proc/loadavg: 2.11 2.06 2.00 3/177 13325
/proc/meminfo: memFree=27386152/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=1283156 CPUtime=942.03 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 193621 0 0 0 94159 44 0 0 20 0 1 0 8821758 1313951744 318594 33554432000 4194304 5796924 140734907109824 140734907106808 5100064 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 320789 318594 151 392 0 320388 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 1283156

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 13326
/proc/meminfo: memFree=26937528/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=1426940 CPUtime=1002.02 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 203811 0 0 0 100156 46 0 0 20 0 1 0 8821758 1461186560 332361 33554432000 4194304 5796924 140734907109824 140734906533160 5077846 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 356735 332361 151 392 0 356334 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1426940

[startup+1062.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 13328
/proc/meminfo: memFree=26823188/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=1460072 CPUtime=1062 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 212106 0 0 0 106153 47 0 0 20 0 1 0 8821758 1495113728 344744 33554432000 4194304 5796924 140734907109824 140734906455784 5077770 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 365018 344744 151 392 0 364617 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 1460072

[startup+1122.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 13329
/proc/meminfo: memFree=26377716/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=1830524 CPUtime=1122 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 221488 0 0 0 112141 59 0 0 20 0 1 0 8821758 1874456576 441459 33554432000 4194304 5796924 140734907109824 140734907106808 4805640 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 457631 441459 151 392 0 457230 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1830524

[startup+1182.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 13330
/proc/meminfo: memFree=26263656/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=1869068 CPUtime=1181.99 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 231151 0 0 0 118138 61 0 0 20 0 1 0 8821758 1913925632 455721 33554432000 4194304 5796924 140734907109824 140734906574808 4443077 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 467267 455721 151 392 0 466866 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1869068

[startup+1242.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 13331
/proc/meminfo: memFree=13671016/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=10429312 CPUtime=1241.98 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 671432 0 0 0 123944 254 0 0 20 0 1 0 8821758 10679615488 2190176 33554432000 4194304 5796924 140734907109824 140734907106968 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2607328 2190176 160 392 0 2606927 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 10429312

[startup+1302.3 s]
/proc/loadavg: 2.19 2.07 2.01 3/178 13335
/proc/meminfo: memFree=7381928/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=11211384 CPUtime=1301.97 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 910020 0 0 0 129857 340 0 0 20 0 1 0 8821758 11480457216 2594589 33554432000 4194304 5796924 140734907109824 140734907106792 4635690 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 2802846 2594589 161 392 0 2802445 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 11211384

[startup+1362.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 13337
/proc/meminfo: memFree=6844500/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12731804 CPUtime=1361.96 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 953849 0 0 0 135823 373 0 0 20 0 1 0 8821758 13037367296 2741245 33554432000 4194304 5796924 140734907109824 140734907106792 4648352 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3182951 2741245 161 392 0 3182550 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 12731804

[startup+1422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 13338
/proc/meminfo: memFree=7359668/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12175472 CPUtime=1421.96 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 957512 0 0 0 141805 391 0 0 20 0 1 0 8821758 12467683328 2662548 33554432000 4194304 5796924 140734907109824 140734907106936 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3043868 2662548 176 392 0 3043467 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 12175472

[startup+1482.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 13339
/proc/meminfo: memFree=7286336/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12180008 CPUtime=1481.94 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 958637 0 0 0 147802 392 0 0 20 0 1 0 8821758 12472328192 2665717 33554432000 4194304 5796924 140734907109824 140734907107096 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3045002 2665717 176 392 0 3044601 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 12180008

[startup+1542.31 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 13340
/proc/meminfo: memFree=7114560/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12183372 CPUtime=1541.94 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 959487 0 0 0 153801 393 0 0 20 0 1 0 8821758 12475772928 2668100 33554432000 4194304 5796924 140734907109824 140734907106936 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3045843 2668100 176 392 0 3045442 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 12183372

[startup+1602.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/177 13341
/proc/meminfo: memFree=7086892/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12186820 CPUtime=1601.92 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 960357 0 0 0 159799 393 0 0 20 0 1 0 8821758 12479303680 2671525 33554432000 4194304 5796924 140734907109824 140734907106808 4583151 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3046705 2671525 176 392 0 3046304 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 12186820

[startup+1662.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 13343
/proc/meminfo: memFree=7060336/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12189856 CPUtime=1661.91 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 961099 0 0 0 165797 394 0 0 20 0 1 0 8821758 12482412544 2675844 33554432000 4194304 5796924 140734907109824 140734907106936 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3047464 2675844 177 392 0 3047063 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 12189856

[startup+1722.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 13344
/proc/meminfo: memFree=7044512/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12192236 CPUtime=1721.9 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 961708 0 0 0 171796 394 0 0 20 0 1 0 8821758 12484849664 2677986 33554432000 4194304 5796924 140734907109824 140734907106936 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3048059 2677986 177 392 0 3047658 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 12192236

[startup+1782.3 s]
/proc/loadavg: 2.17 2.09 2.01 3/177 13345
/proc/meminfo: memFree=7028564/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12194084 CPUtime=1781.89 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 962204 0 0 0 177794 395 0 0 20 0 1 0 8821758 12486742016 2679490 33554432000 4194304 5796924 140734907109824 140734907106936 4606503 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3048521 2679490 177 392 0 3048120 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 12194084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.13 2.09 2.01 3/177 13345
/proc/meminfo: memFree=7021272/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=12194876 CPUtime=1800.09 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202496 962400 0 0 0 179614 395 0 0 20 0 1 0 8821758 12487553024 2680704 33554432000 4194304 5796924 140734907109824 140734907106936 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 3048719 2680704 177 392 0 3048318 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 12194876

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

[startup+1800.81 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 13345
/proc/meminfo: memFree=11793048/32872528 swapFree=242912/249044
[pid=13232] ppid=13229 vsize=0 CPUtime=1800.39 cores=1,3,5,7
/proc/13232/stat : 13232 (naps-1.02) R 13229 13232 11473 0 -1 4202500 962412 0 0 0 179614 425 0 0 20 0 1 0 8821758 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13232/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.89
CPU time (s): 1800.48
CPU user time (s): 1796.14
CPU system time (s): 4.33834
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 13641968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.14
system time used= 4.33834
maximum resident set size= 11725896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 962412
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= 197
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.37733 second user time and 7.16791 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 10:59:14
IDJOB=4119944
IDBENCH=111823
IDSOLVER=2544
FILE ID=node103/4119944-1467277154
RUNJOBID= node103-1467268142-12523
PBS_JOBID= 20004489
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 64b4b0dd11d711879b8b056596658f5a
RANDOM SEED=608718968

node103.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.456
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	: 5332.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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.456
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.456
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27994816 kB
Buffers:          101256 kB
Cached:          1683404 kB
SwapCached:            0 kB
Active:          2922008 kB
Inactive:         963120 kB
Active(anon):    2095280 kB
Inactive(anon):     8044 kB
Active(file):     826728 kB
Inactive(file):   955076 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5428 kB
Writeback:             0 kB
AnonPages:       2338664 kB
Mapped:            14636 kB
Shmem:               204 kB
Slab:             607948 kB
SReclaimable:      52480 kB
SUnreclaim:       555468 kB
KernelStack:        1472 kB
PageTables:         8268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2740100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1828864 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= 71704 MiB
End job on node103 at 2016-06-30 11:29:15