Trace number 4119800

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.07 1800.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm75p-opt.opb.negationfix.opb
MD5SUM5b0d3259e94309f2983f84185a6f768c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark1800.69
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.50	c 
1800.01/1800.50	c *** TERMINATED *** by signal 15
1800.01/1800.50	s UNKNOWN
1800.01/1800.50	c _____________________________________________________________________________
1800.01/1800.50	c 
1800.01/1800.50	c std/band forms        : 239,0
1800.01/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.01/1800.50	c BDD/srt/adr Max costs : 6547,292324,0
1800.01/1800.50	c BDDraw/bin/mul/srt/adr: 120,0,0,118,0
1800.01/1800.50	c BDD nodes             : 113111520
1800.01/1800.50	c Es1/CC detections     : 0,0
1800.01/1800.50	c SAT/UNSAT calls       : 0,0
1800.01/1800.50	c restarts              : 0
1800.01/1800.50	c conflicts             : 0              (0 /sec)
1800.01/1800.50	c decisions             : 0              (0 /sec)
1800.01/1800.50	c propagations          : 0              (0 /sec)
1800.01/1800.50	c inspects              : 0              (0 /sec)
1800.01/1800.50	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.50	c Time for Opt-base     : 306.8 s
1800.01/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-4119800-1467275304/watcher-4119800-1467275304 -o /tmp/evaluation-result-4119800-1467275304/solver-4119800-1467275304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467273748-13908 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119800-1467275304.opb 

pid=14018
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.19 2.52 3/178 14021
/proc/meminfo: memFree=24500888/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=7232 CPUtime=0 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 495 0 0 0 0 0 0 0 20 0 1 0 8483191 7405568 370 33554432000 4194304 5796924 140736867503232 140734290687656 5087606 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 1808 370 124 392 0 1407 0

[startup+0.100151 s]
/proc/loadavg: 2.26 2.19 2.52 3/178 14021
/proc/meminfo: memFree=24500888/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=13272 CPUtime=0.09 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 1992 0 0 0 9 0 0 0 20 0 1 0 8483191 13590528 1791 33554432000 4194304 5796924 140736867503232 140734290687656 4659057 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 3318 1791 124 392 0 2917 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13272

[startup+0.200333 s]
/proc/loadavg: 2.26 2.19 2.52 3/178 14021
/proc/meminfo: memFree=24500888/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=19588 CPUtime=0.19 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 3529 0 0 0 19 0 0 0 20 0 1 0 8483191 20058112 3245 33554432000 4194304 5796924 140736867503232 140734290687656 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 4897 3245 124 392 0 4496 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19588

[startup+0.300321 s]
/proc/loadavg: 2.26 2.19 2.52 3/178 14021
/proc/meminfo: memFree=24500888/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=26212 CPUtime=0.29 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 5244 0 0 0 29 0 0 0 20 0 1 0 8483191 26841088 4784 33554432000 4194304 5796924 140736867503232 140734290687656 4810733 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 6553 4784 124 392 0 6152 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26212

[startup+0.700277 s]
/proc/loadavg: 2.26 2.19 2.52 3/178 14021
/proc/meminfo: memFree=24500888/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=51048 CPUtime=0.69 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 10952 0 0 0 68 1 0 0 20 0 1 0 8483191 52273152 10646 33554432000 4194304 5796924 140736867503232 140734290687656 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 12762 10646 124 392 0 12361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51048

[startup+1.50024 s]
/proc/loadavg: 2.24 2.19 2.52 3/179 14022
/proc/meminfo: memFree=24444224/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=77304 CPUtime=1.49 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 17471 0 0 0 147 2 0 0 20 0 1 0 8483191 79159296 17126 33554432000 4194304 5796924 140736867503232 140736867502392 4405646 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 19326 17126 128 392 0 18925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77304

[startup+3.10024 s]
/proc/loadavg: 2.24 2.19 2.52 3/179 14022
/proc/meminfo: memFree=24416136/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=114492 CPUtime=3.09 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 27489 0 0 0 306 3 0 0 20 0 1 0 8483191 117239808 26605 33554432000 4194304 5796924 140736867503232 140736867502504 4430244 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 28632 26614 140 392 0 28231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114492

[startup+6.30028 s]
/proc/loadavg: 2.22 2.18 2.51 3/179 14022
/proc/meminfo: memFree=24240544/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=285900 CPUtime=6.29 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 66998 0 0 0 621 8 0 0 20 0 1 0 8483191 292761600 69180 33554432000 4194304 5796924 140736867503232 140736866148376 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 71475 69181 140 392 0 71074 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 285900

[startup+12.7003 s]
/proc/loadavg: 2.20 2.18 2.51 4/179 14022
/proc/meminfo: memFree=23897480/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=611360 CPUtime=12.69 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 145236 0 0 0 1250 19 0 0 20 0 1 0 8483191 626032640 150618 33554432000 4194304 5796924 140736867503232 140736866233192 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 152840 150619 140 392 0 152439 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 611360

[startup+25.5003 s]
/proc/loadavg: 2.23 2.19 2.51 4/179 14023
/proc/meminfo: memFree=23834712/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=649720 CPUtime=25.49 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 153613 0 0 0 2528 21 0 0 20 0 1 0 8483191 665313280 158995 33554432000 4194304 5796924 140736867503232 140736867500216 5092432 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 162430 158995 151 392 0 162029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 649720

[startup+51.1004 s]
/proc/loadavg: 2.15 2.17 2.49 4/179 14023
/proc/meminfo: memFree=23758884/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=684800 CPUtime=51.08 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 157781 0 0 0 5086 22 0 0 20 0 1 0 8483191 701235200 169132 33554432000 4194304 5796924 140736867503232 140736867500216 4806751 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 171200 169132 151 392 0 170799 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 684800

[startup+102.3 s]
/proc/loadavg: 2.15 2.17 2.47 3/180 14027
/proc/meminfo: memFree=22961752/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=777904 CPUtime=102.28 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 166578 0 0 0 10203 25 0 0 20 0 1 0 8483191 796573696 190379 33554432000 4194304 5796924 140736867503232 140736867500216 4806768 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 194476 190379 151 392 0 194075 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 777904

[startup+162.3 s]
/proc/loadavg: 2.27 2.19 2.46 4/179 14028
/proc/meminfo: memFree=22881136/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=826652 CPUtime=162.26 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 173872 0 0 0 16200 26 0 0 20 0 1 0 8483191 846491648 200739 33554432000 4194304 5796924 140736867503232 140736867500216 5096709 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 206663 200739 151 392 0 206262 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 826652

[startup+222.307 s]
/proc/loadavg: 2.16 2.17 2.43 3/179 14029
/proc/meminfo: memFree=22768600/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=854504 CPUtime=222.26 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 180875 0 0 0 22199 27 0 0 20 0 1 0 8483191 875012096 211319 33554432000 4194304 5796924 140736867503232 140736867500216 5093572 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 213626 211319 152 392 0 213225 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 854504

[startup+282.3 s]
/proc/loadavg: 2.17 2.16 2.41 3/179 14076
/proc/meminfo: memFree=27240328/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=997860 CPUtime=282.25 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 188941 0 0 0 28193 32 0 0 20 0 1 0 8483191 1021808640 242901 33554432000 4194304 5796924 140736867503232 140736867500216 5087497 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 249465 242901 152 392 0 249064 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 997860

[startup+342.3 s]
/proc/loadavg: 2.26 2.19 2.41 4/179 14078
/proc/meminfo: memFree=27145816/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1025712 CPUtime=342.22 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 195944 0 0 0 34188 34 0 0 20 0 1 0 8483191 1050329088 253021 33554432000 4194304 5796924 140736867503232 140736867500216 4432784 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 256428 253021 152 392 0 256027 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1025712

[startup+402.3 s]
/proc/loadavg: 2.32 2.21 2.40 3/179 14079
/proc/meminfo: memFree=27074536/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1100412 CPUtime=402.19 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 203475 0 0 0 40184 35 0 0 20 0 1 0 8483191 1126821888 263577 33554432000 4194304 5796924 140736867503232 140736867500216 5092509 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 275103 263577 152 392 0 274702 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1100412

[startup+462.3 s]
/proc/loadavg: 2.16 2.19 2.37 3/179 14080
/proc/meminfo: memFree=26938688/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1128264 CPUtime=462.15 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 210496 0 0 0 46179 36 0 0 20 0 1 0 8483191 1155342336 274135 33554432000 4194304 5796924 140736867503232 140736867500216 4802928 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 282066 274135 152 392 0 281665 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1128264

[startup+522.3 s]
/proc/loadavg: 2.22 2.20 2.36 4/179 14081
/proc/meminfo: memFree=26681848/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1324840 CPUtime=522.13 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 218067 0 0 0 52170 43 0 0 20 0 1 0 8483191 1356636160 326360 33554432000 4194304 5796924 140736867503232 140736867500216 4806845 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 331210 326360 152 392 0 330809 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1324840

[startup+582.3 s]
/proc/loadavg: 2.22 2.19 2.35 3/179 14082
/proc/meminfo: memFree=24546404/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1422892 CPUtime=582.09 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 225410 0 0 0 58165 44 0 0 20 0 1 0 8483191 1457041408 336728 33554432000 4194304 5796924 140736867503232 140736867500216 5096569 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 355723 336728 152 392 0 355322 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1422892

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


[startup+942.3 s]
/proc/loadavg: 2.25 2.21 2.30 3/179 14093
/proc/meminfo: memFree=24245832/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1695244 CPUtime=941.94 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 268145 0 0 0 94142 52 0 0 20 0 1 0 8483191 1735929856 399230 33554432000 4194304 5796924 140736867503232 140736867500216 5087579 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 423811 399230 152 392 0 423410 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 1695244

[startup+1002.3 s]
/proc/loadavg: 2.28 2.23 2.30 4/179 14094
/proc/meminfo: memFree=24175092/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1723096 CPUtime=1001.93 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 275123 0 0 0 100139 54 0 0 20 0 1 0 8483191 1764450304 409785 33554432000 4194304 5796924 140736867503232 140736867500216 4806807 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 430774 409785 152 392 0 430373 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 1723096

[startup+1062.3 s]
/proc/loadavg: 2.22 2.23 2.29 4/179 14095
/proc/meminfo: memFree=24121672/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=1746988 CPUtime=1061.92 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 281099 0 0 0 106137 55 0 0 20 0 1 0 8483191 1788915712 418827 33554432000 4194304 5796924 140736867503232 140736867500216 4805636 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 436747 418827 152 392 0 436346 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 1746988

[startup+1122.3 s]
/proc/loadavg: 2.18 2.21 2.28 3/179 14096
/proc/meminfo: memFree=23724372/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2112424 CPUtime=1121.92 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 288682 0 0 0 112125 67 0 0 20 0 1 0 8483191 2163122176 513232 33554432000 4194304 5796924 140736867503232 140736867500216 4805632 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 528106 513232 152 392 0 527705 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 2112424

[startup+1182.3 s]
/proc/loadavg: 2.12 2.19 2.26 3/179 14097
/proc/meminfo: memFree=23751908/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2140276 CPUtime=1181.91 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 295663 0 0 0 118123 68 0 0 20 0 1 0 8483191 2191642624 523790 33554432000 4194304 5796924 140736867503232 140736867500216 5094444 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 535069 523790 152 392 0 534668 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 2140276

[startup+1242.3 s]
/proc/loadavg: 2.26 2.21 2.27 3/179 14099
/proc/meminfo: memFree=23691996/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2167996 CPUtime=1241.89 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 302605 0 0 0 124120 69 0 0 20 0 1 0 8483191 2220027904 534309 33554432000 4194304 5796924 140736867503232 140736867500216 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 541999 534309 152 392 0 541598 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 2167996

[startup+1302.3 s]
/proc/loadavg: 2.19 2.20 2.26 3/180 14103
/proc/meminfo: memFree=23635716/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2195848 CPUtime=1301.88 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 309583 0 0 0 130118 70 0 0 20 0 1 0 8483191 2248548352 544353 33554432000 4194304 5796924 140736867503232 140736866429576 5077954 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 548962 544353 152 392 0 548561 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 2195848

[startup+1362.3 s]
/proc/loadavg: 2.16 2.19 2.25 3/179 14104
/proc/meminfo: memFree=23586044/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2374492 CPUtime=1361.88 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 315301 0 0 0 136114 74 0 0 20 0 1 0 8483191 2431479808 553137 33554432000 4194304 5796924 140736867503232 140736866260024 4806736 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 593623 553137 152 392 0 593222 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 2374492

[startup+1422.3 s]
/proc/loadavg: 2.16 2.18 2.25 3/179 14105
/proc/meminfo: memFree=23579544/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2402344 CPUtime=1421.87 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 322277 0 0 0 142112 75 0 0 20 0 1 0 8483191 2460000256 562668 33554432000 4194304 5796924 140736867503232 140736867500216 4805613 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 600586 562668 152 392 0 600185 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 2402344

[startup+1482.3 s]
/proc/loadavg: 2.27 2.21 2.25 3/179 14106
/proc/meminfo: memFree=23519892/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2430196 CPUtime=1481.86 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 329256 0 0 0 148109 77 0 0 20 0 1 0 8483191 2488520704 573224 33554432000 4194304 5796924 140736867503232 140736867500216 4805694 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 607549 573224 152 392 0 607148 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 2430196

[startup+1542.31 s]
/proc/loadavg: 2.24 2.21 2.25 3/178 14107
/proc/meminfo: memFree=23465816/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2458048 CPUtime=1541.86 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 336233 0 0 0 154108 78 0 0 20 0 1 0 8483191 2517041152 583267 33554432000 4194304 5796924 140736867503232 140736867500216 5087529 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 614512 583267 152 392 0 614111 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 2458048

[startup+1602.3 s]
/proc/loadavg: 2.25 2.22 2.25 3/179 14109
/proc/meminfo: memFree=23465276/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2486032 CPUtime=1601.84 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 343211 0 0 0 160105 79 0 0 20 0 1 0 8483191 2545696768 593822 33554432000 4194304 5796924 140736867503232 140736867500216 5096609 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 621508 593822 152 392 0 621107 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 2486032

[startup+1662.3 s]
/proc/loadavg: 2.24 2.22 2.25 3/179 14110
/proc/meminfo: memFree=23398884/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2507020 CPUtime=1661.83 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 348469 0 0 0 166103 80 0 0 20 0 1 0 8483191 2567188480 602146 33554432000 4194304 5796924 140736867503232 140736867500216 5087743 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 626755 602146 152 392 0 626354 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 2507020

[startup+1722.3 s]
/proc/loadavg: 2.30 2.23 2.25 4/179 14111
/proc/meminfo: memFree=23339148/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2534740 CPUtime=1721.82 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 355424 0 0 0 172101 81 0 0 20 0 1 0 8483191 2595573760 612167 33554432000 4194304 5796924 140736867503232 140736867500216 4861399 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 633685 612167 152 392 0 633284 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 2534740

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.24 3/179 14112
/proc/meminfo: memFree=23343456/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2562724 CPUtime=1781.81 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 362401 0 0 0 178098 83 0 0 20 0 1 0 8483191 2624229376 622721 33554432000 4194304 5796924 140736867503232 140736867500216 5092431 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 640681 622721 152 392 0 640280 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 2562724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.29 2.23 2.25 3/179 14112
/proc/meminfo: memFree=23331420/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2569588 CPUtime=1800.01 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 364145 0 0 0 179918 83 0 0 20 0 1 0 8483191 2631258112 624976 33554432000 4194304 5796924 140736867503232 140736867500216 5087700 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 642397 624976 152 392 0 641996 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2569588

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

[startup+1800.5 s]
/proc/loadavg: 2.29 2.23 2.25 3/179 14112
/proc/meminfo: memFree=23331420/32872528 swapFree=1515120/1684772
[pid=14021] ppid=14018 vsize=2569588 CPUtime=1800.01 cores=0,2,4,6
/proc/14021/stat : 14021 (naps-1.02) R 14018 14021 12810 0 -1 4202496 364145 0 0 0 179918 83 0 0 20 0 1 0 8483191 2631258112 624976 33554432000 4194304 5796924 140736867503232 140736867500216 5087700 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/14021/statm: 642397 624976 152 392 0 641996 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2569588

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.07
CPU user time (s): 1799.18
CPU system time (s): 0.884865
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 2569588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.884865
maximum resident set size= 2499956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364158
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= 350
involuntary context switches= 1838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.48332 second user time and 6.98194 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 10:28:25
IDJOB=4119800
IDBENCH=111807
IDSOLVER=2544
FILE ID=node135/4119800-1467275304
RUNJOBID= node135-1467273748-13908
PBS_JOBID= 20004497
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 5b0d3259e94309f2983f84185a6f768c
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:        24501268 kB
Buffers:          195972 kB
Cached:          1823488 kB
SwapCached:            0 kB
Active:          4175156 kB
Inactive:        1750512 kB
Active(anon):    3908896 kB
Inactive(anon):        0 kB
Active(file):     266260 kB
Inactive(file):  1750512 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9824 kB
Writeback:             0 kB
AnonPages:       5597124 kB
Mapped:            14620 kB
Shmem:               216 kB
Slab:             613748 kB
SReclaimable:      57692 kB
SUnreclaim:       556056 kB
KernelStack:        1456 kB
PageTables:        15076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5933940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 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= 71688 MiB
End job on node135 at 2016-06-30 10:58:25