Trace number 4119767

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.08 1800.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm90p-opt.opb.negationfix.opb
MD5SUM83d09a2c5aa8841618bc9dbbf19669f3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1800.49
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.02/1800.60	c 
1800.02/1800.60	c *** TERMINATED *** by signal 15
1800.02/1800.60	s UNKNOWN
1800.02/1800.60	c _____________________________________________________________________________
1800.02/1800.60	c 
1800.02/1800.60	c std/band forms        : 193,0
1800.02/1800.60	c 2cl/3cl ITE-codings   : 0,0
1800.02/1800.60	c BDD/srt/adr Max costs : 5521,368058,0
1800.02/1800.60	c BDDraw/bin/mul/srt/adr: 97,0,0,95,0
1800.02/1800.60	c BDD nodes             : 110727570
1800.02/1800.60	c Es1/CC detections     : 0,0
1800.02/1800.60	c SAT/UNSAT calls       : 0,0
1800.02/1800.60	c restarts              : 0
1800.02/1800.60	c conflicts             : 0              (0 /sec)
1800.02/1800.60	c decisions             : 0              (0 /sec)
1800.02/1800.60	c propagations          : 0              (0 /sec)
1800.02/1800.60	c inspects              : 0              (0 /sec)
1800.02/1800.60	c CPU time (solving tm) : 1799 s        (0 s)
1800.02/1800.60	c Time for Opt-base     : 316.3 s
1800.02/1800.60	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-4119767-1467274662/watcher-4119767-1467274662 -o /tmp/evaluation-result-4119767-1467274662/solver-4119767-1467274662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467271057-8898 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119767-1467274662.opb 

pid=9219
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.11 2.16 2.17 3/176 9222
/proc/meminfo: memFree=30482848/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=7372 CPUtime=0 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 539 0 0 0 0 0 0 0 20 0 1 0 6495432 7548928 413 33554432000 4194304 5796924 140733481065168 140735835511016 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 1843 413 124 392 0 1442 0

[startup+0.100163 s]
/proc/loadavg: 2.11 2.16 2.17 3/176 9222
/proc/meminfo: memFree=30482848/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=12780 CPUtime=0.09 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 1977 0 0 0 9 0 0 0 20 0 1 0 6495432 13086720 1730 33554432000 4194304 5796924 140733481065168 140735835511016 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 3195 1730 124 392 0 2794 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12780

[startup+0.200328 s]
/proc/loadavg: 2.11 2.16 2.17 3/176 9222
/proc/meminfo: memFree=30482848/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=19608 CPUtime=0.19 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 3516 0 0 0 19 0 0 0 20 0 1 0 6495432 20078592 3247 33554432000 4194304 5796924 140733481065168 140735835511016 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 4902 3247 124 392 0 4501 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19608

[startup+0.300327 s]
/proc/loadavg: 2.11 2.16 2.17 3/176 9222
/proc/meminfo: memFree=30482848/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=26072 CPUtime=0.29 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 5179 0 0 0 29 0 0 0 20 0 1 0 6495432 26697728 4682 33554432000 4194304 5796924 140733481065168 140735835511016 5087724 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 6518 4682 124 392 0 6117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26072

[startup+0.700281 s]
/proc/loadavg: 2.11 2.16 2.17 3/176 9222
/proc/meminfo: memFree=30482848/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=50680 CPUtime=0.69 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 10765 0 0 0 68 1 0 0 20 0 1 0 6495432 51896320 10449 33554432000 4194304 5796924 140733481065168 140733481064392 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 12670 10449 124 392 0 12269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50680

[startup+1.50024 s]
/proc/loadavg: 2.11 2.16 2.17 3/177 9223
/proc/meminfo: memFree=30398976/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=82684 CPUtime=1.49 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 18263 0 0 0 147 2 0 0 20 0 1 0 6495432 84668416 17947 33554432000 4194304 5796924 140733481065168 140733481064440 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 20704 17955 128 392 0 20303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82684

[startup+3.10024 s]
/proc/loadavg: 2.11 2.16 2.17 3/177 9223
/proc/meminfo: memFree=30350244/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=116132 CPUtime=3.08 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 26736 0 0 0 305 3 0 0 20 0 1 0 6495432 118919168 26420 33554432000 4194304 5796924 140733481065168 140733481064392 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 29033 26420 129 392 0 28632 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 116132

[startup+6.30029 s]
/proc/loadavg: 2.10 2.16 2.17 3/177 9223
/proc/meminfo: memFree=30045176/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=266364 CPUtime=6.28 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 62440 0 0 0 620 8 0 0 20 0 1 0 6495432 272756736 63910 33554432000 4194304 5796924 140733481065168 140733479406552 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 66591 63910 140 392 0 66190 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 266364

[startup+12.7003 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 9223
/proc/meminfo: memFree=29350108/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=605480 CPUtime=12.69 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 142266 0 0 0 1249 20 0 0 20 0 1 0 6495432 620011520 148469 33554432000 4194304 5796924 140733481065168 140733479585256 4452462 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 151370 148469 140 392 0 150969 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 605480

[startup+25.5004 s]
/proc/loadavg: 2.21 2.18 2.18 3/177 9224
/proc/meminfo: memFree=28960620/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=781120 CPUtime=25.49 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 185312 0 0 0 2522 27 0 0 20 0 1 0 6495432 799866880 192026 33554432000 4194304 5796924 140733481065168 140733481062152 5092467 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 195280 192026 151 392 0 194879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 781120

[startup+51.1004 s]
/proc/loadavg: 2.20 2.18 2.18 3/177 9224
/proc/meminfo: memFree=28878192/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=828464 CPUtime=51.08 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 190824 0 0 0 5080 28 0 0 20 0 1 0 6495432 848347136 203507 33554432000 4194304 5796924 140733481065168 140733479750568 4269222 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 207116 203507 151 392 0 206715 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 828464

[startup+102.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/177 9225
/proc/meminfo: memFree=28720828/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=902572 CPUtime=102.28 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 195734 0 0 0 10198 30 0 0 20 0 1 0 6495432 924233728 221889 33554432000 4194304 5796924 140733481065168 140733479753624 4432815 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 225643 221889 151 392 0 225242 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 902572

[startup+162.3 s]
/proc/loadavg: 2.26 2.19 2.18 3/178 9229
/proc/meminfo: memFree=28630112/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=957920 CPUtime=162.26 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 204704 0 0 0 16194 32 0 0 20 0 1 0 6495432 980910080 233925 33554432000 4194304 5796924 140733481065168 140733481062152 4863664 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 239480 233925 151 392 0 239079 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 957920

[startup+222.307 s]
/proc/loadavg: 2.15 2.17 2.17 3/177 9230
/proc/meminfo: memFree=28461412/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1015856 CPUtime=222.26 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 211934 0 0 0 22192 34 0 0 20 0 1 0 6495432 1040236544 243710 33554432000 4194304 5796924 140733481065168 140733481062152 5092604 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 253964 243710 151 392 0 253563 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1015856

[startup+282.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/177 9231
/proc/meminfo: memFree=28269624/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1135332 CPUtime=282.24 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 221814 0 0 0 28186 38 0 0 20 0 1 0 6495432 1162579968 277978 33554432000 4194304 5796924 140733481065168 140733479670104 4443080 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 283833 277978 152 392 0 283432 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1135332

[startup+342.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/177 9233
/proc/meminfo: memFree=28188404/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1161204 CPUtime=342.24 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 228267 0 0 0 34184 40 0 0 20 0 1 0 6495432 1189072896 287497 33554432000 4194304 5796924 140733481065168 140733481062152 5087532 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 290301 287497 152 392 0 289900 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1161204

[startup+402.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/177 9234
/proc/meminfo: memFree=28105452/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1234716 CPUtime=402.23 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 235494 0 0 0 40182 41 0 0 20 0 1 0 6495432 1264349184 297790 33554432000 4194304 5796924 140733481065168 140733481062152 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 308679 297790 152 392 0 308278 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1234716

[startup+462.3 s]
/proc/loadavg: 2.19 2.17 2.18 3/177 9235
/proc/meminfo: memFree=28009464/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1269828 CPUtime=462.22 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 244275 0 0 0 46180 42 0 0 20 0 1 0 6495432 1300303872 310659 33554432000 4194304 5796924 140733481065168 140733479681976 5092643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 317457 310659 152 392 0 317056 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1269828

[startup+522.3 s]
/proc/loadavg: 2.47 2.25 2.20 3/177 9236
/proc/meminfo: memFree=27589832/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1464292 CPUtime=522.21 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 251293 0 0 0 52172 49 0 0 20 0 1 0 6495432 1499435008 362365 33554432000 4194304 5796924 140733481065168 140733481062152 5087516 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 366073 362365 152 392 0 365672 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1464292

[startup+582.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/177 9237
/proc/meminfo: memFree=27508892/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1560628 CPUtime=582.2 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 258384 0 0 0 58169 51 0 0 20 0 1 0 6495432 1598083072 372011 33554432000 4194304 5796924 140733481065168 140733481062152 4863568 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 390157 372011 152 392 0 389756 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1560628

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


[startup+882.307 s]
/proc/loadavg: 2.15 2.20 2.18 3/177 9246
/proc/meminfo: memFree=27071364/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1806712 CPUtime=882.16 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 294164 0 0 0 88158 58 0 0 20 0 1 0 6495432 1850073088 424654 33554432000 4194304 5796924 140733481065168 140733481062152 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 451678 424654 152 392 0 451277 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 1806712

[startup+942.3 s]
/proc/loadavg: 2.11 2.17 2.17 3/177 9248
/proc/meminfo: memFree=26989400/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1833112 CPUtime=942.15 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 300748 0 0 0 94155 60 0 0 20 0 1 0 6495432 1877106688 434304 33554432000 4194304 5796924 140733481065168 140733481062152 4806832 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 458278 434304 152 392 0 457877 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 1833112

[startup+1002.3 s]
/proc/loadavg: 2.30 2.20 2.18 3/177 9249
/proc/meminfo: memFree=26568504/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=1858852 CPUtime=1002.13 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 307202 0 0 0 100152 61 0 0 20 0 1 0 6495432 1903464448 444335 33554432000 4194304 5796924 140733481065168 140733481062152 4455147 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 464713 444335 152 392 0 464312 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1858852

[startup+1062.3 s]
/proc/loadavg: 2.14 2.18 2.17 3/176 9250
/proc/meminfo: memFree=26148916/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2222572 CPUtime=1062.13 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 314898 0 0 0 106140 73 0 0 20 0 1 0 6495432 2275913728 538342 33554432000 4194304 5796924 140733481065168 140733481062152 5094444 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 555643 538342 152 392 0 555242 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2222572

[startup+1122.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/177 9252
/proc/meminfo: memFree=26063268/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2248840 CPUtime=1122.12 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 321483 0 0 0 112137 75 0 0 20 0 1 0 6495432 2302812160 548540 33554432000 4194304 5796924 140733481065168 140733481062152 4432784 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 562210 548540 152 392 0 561809 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2248840

[startup+1182.3 s]
/proc/loadavg: 2.17 2.17 2.17 4/177 9253
/proc/meminfo: memFree=25978792/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2284480 CPUtime=1182.09 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 330425 0 0 0 118132 77 0 0 20 0 1 0 6495432 2339307520 561540 33554432000 4194304 5796924 140733481065168 140733481062152 5087579 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 571120 561540 152 392 0 570719 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 2284480

[startup+1242.3 s]
/proc/loadavg: 2.06 2.14 2.16 3/176 9254
/proc/meminfo: memFree=25886092/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2310880 CPUtime=1242.05 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 337060 0 0 0 124127 78 0 0 20 0 1 0 6495432 2366341120 571196 33554432000 4194304 5796924 140733481065168 140733479676024 5087606 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 577720 571196 152 392 0 577319 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 2310880

[startup+1302.3 s]
/proc/loadavg: 2.21 2.16 2.16 3/177 9256
/proc/meminfo: memFree=25811576/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2333056 CPUtime=1302.02 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 342657 0 0 0 130123 79 0 0 20 0 1 0 6495432 2389049344 579301 33554432000 4194304 5796924 140733481065168 140733481062152 4425219 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 583264 579301 152 392 0 582863 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 2333056

[startup+1362.3 s]
/proc/loadavg: 2.11 2.14 2.16 3/178 9260
/proc/meminfo: memFree=25735144/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2516452 CPUtime=1361.98 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 349638 0 0 0 136116 82 0 0 20 0 1 0 6495432 2576846848 589310 33554432000 4194304 5796924 140733481065168 140733481062152 5077850 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 629113 589310 152 392 0 628712 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 2516452

[startup+1422.3 s]
/proc/loadavg: 2.15 2.14 2.16 3/177 9261
/proc/meminfo: memFree=25653988/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2543380 CPUtime=1421.95 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 356410 0 0 0 142112 83 0 0 20 0 1 0 6495432 2604421120 599100 33554432000 4194304 5796924 140733481065168 140733481062152 5093079 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 635845 599100 152 392 0 635444 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 2543380

[startup+1482.3 s]
/proc/loadavg: 2.06 2.11 2.15 3/177 9262
/proc/meminfo: memFree=25572700/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2569648 CPUtime=1481.9 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 363019 0 0 0 148106 84 0 0 20 0 1 0 6495432 2631319552 608737 33554432000 4194304 5796924 140733481065168 140733481062152 5094444 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 642412 608737 152 392 0 642011 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 2569648

[startup+1542.31 s]
/proc/loadavg: 2.02 2.09 2.13 3/177 9263
/proc/meminfo: memFree=25499360/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2587204 CPUtime=1541.88 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 367441 0 0 0 154103 85 0 0 20 0 1 0 6495432 2649296896 616704 33554432000 4194304 5796924 140733481065168 140733481062152 4805714 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 646801 616704 152 392 0 646400 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 2587204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.12 3/177 9265
/proc/meminfo: memFree=25418568/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2622184 CPUtime=1601.85 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 376224 0 0 0 160098 87 0 0 20 0 1 0 6495432 2685116416 628521 33554432000 4194304 5796924 140733481065168 140733481062152 5077954 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 655546 628521 152 392 0 655145 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 2622184

[startup+1662.3 s]
/proc/loadavg: 2.17 2.10 2.13 3/177 9266
/proc/meminfo: memFree=25327968/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2648452 CPUtime=1661.82 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 382851 0 0 0 166094 88 0 0 20 0 1 0 6495432 2712014848 638177 33554432000 4194304 5796924 140733481065168 140733481062152 4432821 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 662113 638177 152 392 0 661712 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 2648452

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.11 3/177 9267
/proc/meminfo: memFree=25246248/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2674720 CPUtime=1721.78 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 389476 0 0 0 172089 89 0 0 20 0 1 0 6495432 2738913280 647826 33554432000 4194304 5796924 140733481065168 140733481062152 5092643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 668680 647826 152 392 0 668279 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 2674720

[startup+1782.3 s]
/proc/loadavg: 2.24 2.12 2.12 3/177 9268
/proc/meminfo: memFree=25173768/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2701120 CPUtime=1781.74 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 396111 0 0 0 178083 91 0 0 20 0 1 0 6495432 2765946880 657994 33554432000 4194304 5796924 140733481065168 140733481062152 4861395 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 675280 657994 152 392 0 674879 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 2701120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.24 2.13 2.13 3/177 9314
/proc/meminfo: memFree=27894584/32872528 swapFree=1101680/1183440
[pid=9222] ppid=9219 vsize=2709832 CPUtime=1800.02 cores=0,2,4,6
/proc/9222/stat : 9222 (naps-1.02) R 9219 9222 8538 0 -1 4202496 398324 0 0 0 179911 91 0 0 20 0 1 0 6495432 2774867968 661213 33554432000 4194304 5796924 140733481065168 140733481062152 4806873 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9222/statm: 677458 661213 152 392 0 677057 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2709832

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

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.08
CPU user time (s): 1799.11
CPU system time (s): 0.966853
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 2709832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.966853
maximum resident set size= 2644904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398337
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= 460
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5933 second user time and 6.87395 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 10:17:42
IDJOB=4119767
IDBENCH=111802
IDSOLVER=2544
FILE ID=node115/4119767-1467274662
RUNJOBID= node115-1467271057-8898
PBS_JOBID= 20004494
Free space on /tmp= 71644 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm90p-opt.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119767-1467274662/watcher-4119767-1467274662 -o /tmp/evaluation-result-4119767-1467274662/solver-4119767-1467274662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467271057-8898 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119767-1467274662.opb

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

MD5SUM BENCH= 83d09a2c5aa8841618bc9dbbf19669f3
RANDOM SEED=484515160

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.087
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		: 2667.087
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		: 2667.087
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:        30484384 kB
Buffers:          149148 kB
Cached:           214844 kB
SwapCached:            0 kB
Active:           254340 kB
Inactive:         211384 kB
Active(anon):      97548 kB
Inactive(anon):     6612 kB
Active(file):     156792 kB
Inactive(file):   204772 kB
Unevictable:     1183440 kB
Mlocked:         1101680 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22996 kB
Writeback:             4 kB
AnonPages:       1284696 kB
Mapped:            14368 kB
Shmem:               204 kB
Slab:             606652 kB
SReclaimable:      50528 kB
SUnreclaim:       556124 kB
KernelStack:        1488 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1399348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 71648 MiB
End job on node115 at 2016-06-30 10:47:43