Trace number 4119645

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 NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.33 1800.63

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM2465f7b15056cacc4ca9488f26ccb118
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 45,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.09/1800.40	c BDD/srt/adr Max costs : 507925,2282272,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 24,0,0,21,0
1800.09/1800.40	c BDD nodes             : 108136924
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1797 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 286.5 s
1800.09/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4119645-1467269503/watcher-4119645-1467269503 -o /tmp/evaluation-result-4119645-1467269503/solver-4119645-1467269503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18142 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119645-1467269503.opb 

pid=18158
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.16 2.18 2.14 2/170 18161
/proc/meminfo: memFree=29311508/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6820 CPUtime=0 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 387 0 0 0 0 0 0 0 20 0 1 0 7918262 6983680 262 33554432000 4194304 5796924 140734039805264 140737205015928 5087724 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1705 262 123 392 0 1304 0

[startup+0.100163 s]
/proc/loadavg: 2.16 2.18 2.14 2/170 18161
/proc/meminfo: memFree=29311508/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=15196 CPUtime=0.09 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 3265 0 0 0 9 0 0 0 20 0 1 0 7918262 15560704 2062 33554432000 4194304 5796924 140734039805264 140734039802760 5100122 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 3799 2062 123 392 0 3398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15196

[startup+0.200371 s]
/proc/loadavg: 2.16 2.18 2.14 2/170 18161
/proc/meminfo: memFree=29311508/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=19096 CPUtime=0.18 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 5318 0 0 0 18 0 0 0 20 0 1 0 7918262 19554304 2724 33554432000 4194304 5796924 140734039805264 140734039802760 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 4774 2724 123 392 0 4373 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 19096

[startup+0.300357 s]
/proc/loadavg: 2.16 2.18 2.14 2/170 18161
/proc/meminfo: memFree=29311508/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=26704 CPUtime=0.29 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 7848 0 0 0 28 1 0 0 20 0 1 0 7918262 27344896 4164 33554432000 4194304 5796924 140734039805264 140734039802760 5087532 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 6676 4164 123 392 0 6275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.70027 s]
/proc/loadavg: 2.16 2.18 2.14 2/170 18161
/proc/meminfo: memFree=29311508/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=50060 CPUtime=0.69 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 15398 0 0 0 67 2 0 0 20 0 1 0 7918262 51261440 9536 33554432000 4194304 5796924 140734039805264 140734039802760 4313504 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 12515 9536 123 392 0 12114 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50060

[startup+1.5002 s]
/proc/loadavg: 2.16 2.18 2.14 3/177 18172
/proc/meminfo: memFree=29223788/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=99024 CPUtime=1.49 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 26053 0 0 0 145 4 0 0 20 0 1 0 7918262 101400576 20515 33554432000 4194304 5796924 140734039805264 140734039802792 4805619 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 24756 20515 123 392 0 24355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99024

[startup+3.10028 s]
/proc/loadavg: 2.16 2.18 2.14 3/177 18172
/proc/meminfo: memFree=29104300/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=186352 CPUtime=3.08 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 44921 0 0 0 301 7 0 0 20 0 1 0 7918262 190824448 41930 33554432000 4194304 5796924 140734039805264 140734039804488 4602800 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 46588 41938 123 392 0 46187 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 186352

[startup+6.30023 s]
/proc/loadavg: 2.23 2.20 2.14 3/176 18172
/proc/meminfo: memFree=28749816/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=357592 CPUtime=6.29 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 79404 0 0 0 616 13 0 0 20 0 1 0 7918262 366174208 84817 33554432000 4194304 5796924 140734039805264 140734039802792 5092550 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 89398 84817 123 392 0 88997 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 357592

[startup+12.7003 s]
/proc/loadavg: 2.21 2.19 2.14 3/177 18173
/proc/meminfo: memFree=28030496/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=743628 CPUtime=12.68 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 135507 0 0 0 1244 24 0 0 20 0 1 0 7918262 761475072 173108 33554432000 4194304 5796924 140734039805264 140734039804424 5100064 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 185907 173108 127 392 0 185506 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 743628

[startup+25.5003 s]
/proc/loadavg: 2.16 2.18 2.14 3/177 18173
/proc/meminfo: memFree=26951424/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=1278024 CPUtime=25.49 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 221984 0 0 0 2505 44 0 0 20 0 1 0 7918262 1308696576 297916 33554432000 4194304 5796924 140734039805264 140734039802792 4316833 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 319506 297916 127 392 0 319105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1278024

[startup+51.1003 s]
/proc/loadavg: 2.10 2.17 2.13 3/177 18173
/proc/meminfo: memFree=25939700/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=1776768 CPUtime=51.08 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 346710 0 0 0 5042 66 0 0 20 0 1 0 7918262 1819410432 423664 33554432000 4194304 5796924 140734039805264 140734039804488 5087766 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 444192 423664 128 392 0 443791 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1776768

[startup+102.3 s]
/proc/loadavg: 2.04 2.14 2.12 3/177 18174
/proc/meminfo: memFree=22268560/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=3486216 CPUtime=102.28 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 769012 0 0 0 10087 141 0 0 20 0 1 0 7918262 3569885184 850600 33554432000 4194304 5796924 140734039805264 140734034269128 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 871554 850600 140 392 0 871153 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3486216

[startup+162.3 s]
/proc/loadavg: 2.27 2.19 2.14 4/177 18175
/proc/meminfo: memFree=19714060/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=4916084 CPUtime=162.26 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1093723 0 0 0 16037 189 0 0 20 0 1 0 7918262 5034070016 1202254 33554432000 4194304 5796924 140734039805264 140734039802248 4432815 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1229021 1202254 151 392 0 1228620 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4916084

[startup+222.307 s]
/proc/loadavg: 2.24 2.18 2.14 3/177 18176
/proc/meminfo: memFree=19466344/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=4970600 CPUtime=222.26 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1107359 0 0 0 22034 192 0 0 20 0 1 0 7918262 5089894400 1222533 33554432000 4194304 5796924 140734039805264 140734039802248 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1242650 1222533 151 392 0 1242249 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4970600

[startup+282.3 s]
/proc/loadavg: 2.09 2.15 2.12 3/177 18177
/proc/meminfo: memFree=19304380/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=5070776 CPUtime=282.25 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1121313 0 0 0 28029 196 0 0 20 0 1 0 7918262 5192474624 1242619 33554432000 4194304 5796924 140734039805264 140734033087656 5087650 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1267694 1242619 151 392 0 1267293 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5070776

[startup+342.3 s]
/proc/loadavg: 2.09 2.13 2.12 3/177 18179
/proc/meminfo: memFree=18934028/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=5239500 CPUtime=342.24 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1121877 0 0 0 34023 201 0 0 20 0 1 0 7918262 5365248000 1287360 33554432000 4194304 5796924 140734039805264 140734033438984 4806863 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1309875 1287360 151 392 0 1309474 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5239500

[startup+402.3 s]
/proc/loadavg: 2.09 2.12 2.11 3/177 18180
/proc/meminfo: memFree=18794104/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=5365140 CPUtime=402.23 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1136287 0 0 0 40020 203 0 0 20 0 1 0 7918262 5493903360 1305347 33554432000 4194304 5796924 140734039805264 140734039802248 5096609 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1341285 1305347 151 392 0 1340884 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5365140

[startup+462.3 s]
/proc/loadavg: 2.20 2.14 2.12 3/177 18181
/proc/meminfo: memFree=18637436/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=5419656 CPUtime=462.22 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1149929 0 0 0 46016 206 0 0 20 0 1 0 7918262 5549727744 1325632 33554432000 4194304 5796924 140734039805264 140734039802248 4805640 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1354914 1325632 151 392 0 1354513 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5419656

[startup+522.3 s]
/proc/loadavg: 2.07 2.11 2.10 3/178 18185
/proc/meminfo: memFree=18474196/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=5474172 CPUtime=522.21 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1163557 0 0 0 52012 209 0 0 20 0 1 0 7918262 5605552128 1345903 33554432000 4194304 5796924 140734039805264 140734039802248 4313515 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1368543 1345903 151 392 0 1368142 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5474172

[startup+582.3 s]
/proc/loadavg: 2.17 2.14 2.11 3/178 18209
/proc/meminfo: memFree=18368640/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=5579280 CPUtime=582.2 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1164080 0 0 0 58011 209 0 0 20 0 1 0 7918262 5713182720 1352047 33554432000 4194304 5796924 140734039805264 140734034334680 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1394820 1352047 151 392 0 1394419 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5579280

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


[startup+942.3 s]
/proc/loadavg: 2.22 2.15 2.10 3/177 18217
/proc/meminfo: memFree=16964760/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6345648 CPUtime=942.14 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1232683 0 0 0 93983 231 0 0 20 0 1 0 7918262 6497943552 1531489 33554432000 4194304 5796924 140734039805264 140734039802248 5087776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1586412 1531489 151 392 0 1586011 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 6345648

[startup+1002.3 s]
/proc/loadavg: 2.44 2.21 2.12 3/177 18218
/proc/meminfo: memFree=16813484/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6401088 CPUtime=1002.13 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1246559 0 0 0 99979 234 0 0 20 0 1 0 7918262 6554714112 1553164 33554432000 4194304 5796924 140734039805264 140734039802248 5087700 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1600272 1553164 151 392 0 1599871 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 6401088

[startup+1062.3 s]
/proc/loadavg: 2.37 2.23 2.13 3/177 18219
/proc/meminfo: memFree=16648656/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6455472 CPUtime=1062.12 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1260185 0 0 0 105975 237 0 0 20 0 1 0 7918262 6610403328 1573496 33554432000 4194304 5796924 140734039805264 140734039802248 5096553 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1613868 1573496 151 392 0 1613467 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 6455472

[startup+1122.3 s]
/proc/loadavg: 2.28 2.23 2.14 3/178 18223
/proc/meminfo: memFree=16548212/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6455472 CPUtime=1122.12 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1260195 0 0 0 111974 238 0 0 20 0 1 0 7918262 6610403328 1578616 33554432000 4194304 5796924 140734039805264 140734039802248 4805708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1613868 1578616 151 392 0 1613467 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 6455472

[startup+1182.3 s]
/proc/loadavg: 2.15 2.20 2.13 3/177 18224
/proc/meminfo: memFree=16461016/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6509988 CPUtime=1182.11 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1273811 0 0 0 117971 240 0 0 20 0 1 0 7918262 6666227712 1593765 33554432000 4194304 5796924 140734039805264 140734039802248 4806784 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1627497 1593765 151 392 0 1627096 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 6509988

[startup+1242.3 s]
/proc/loadavg: 2.27 2.22 2.14 3/177 18226
/proc/meminfo: memFree=16314168/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6564372 CPUtime=1242.1 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1287426 0 0 0 123967 243 0 0 20 0 1 0 7918262 6721916928 1614023 33554432000 4194304 5796924 140734039805264 140734039802248 5096544 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1641093 1614023 152 392 0 1640692 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6564372

[startup+1302.3 s]
/proc/loadavg: 2.20 2.21 2.14 3/177 18227
/proc/meminfo: memFree=16156952/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6618888 CPUtime=1302.09 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1301073 0 0 0 129964 245 0 0 20 0 1 0 7918262 6777741312 1634313 33554432000 4194304 5796924 140734039805264 140734033165000 5087589 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1654722 1634313 152 392 0 1654321 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 6618888

[startup+1362.3 s]
/proc/loadavg: 2.15 2.20 2.14 3/177 18228
/proc/meminfo: memFree=16064352/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6855376 CPUtime=1362.08 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1301665 0 0 0 135960 248 0 0 20 0 1 0 7918262 7019905024 1636949 33554432000 4194304 5796924 140734039805264 140734033985000 4863673 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1713844 1636949 152 392 0 1713443 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 6855376

[startup+1422.3 s]
/proc/loadavg: 2.31 2.22 2.15 3/177 18229
/proc/meminfo: memFree=15293828/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=6908836 CPUtime=1422.08 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1315037 0 0 0 141958 250 0 0 20 0 1 0 7918262 7074648064 1654409 33554432000 4194304 5796924 140734039805264 140734039802248 5087516 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1727209 1654409 152 392 0 1726808 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 6908836

[startup+1482.3 s]
/proc/loadavg: 2.17 2.20 2.14 3/177 18230
/proc/meminfo: memFree=14469840/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7639180 CPUtime=1482.06 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1330128 0 0 0 147934 272 0 0 20 0 1 0 7918262 7822520320 1843655 33554432000 4194304 5796924 140734039805264 140734039802248 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1909795 1843655 152 392 0 1909394 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 7639180

[startup+1542.31 s]
/proc/loadavg: 2.11 2.17 2.14 3/177 18231
/proc/meminfo: memFree=14372924/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7639180 CPUtime=1542.06 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1330140 0 0 0 153933 273 0 0 20 0 1 0 7918262 7822520320 1849799 33554432000 4194304 5796924 140734039805264 140734039802248 4266549 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1909795 1849799 152 392 0 1909394 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 7639180

[startup+1602.3 s]
/proc/loadavg: 2.26 2.20 2.15 3/177 18233
/proc/meminfo: memFree=14228380/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7692640 CPUtime=1602.05 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1343511 0 0 0 159930 275 0 0 20 0 1 0 7918262 7877263360 1865211 33554432000 4194304 5796924 140734039805264 140734039802248 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1923160 1865211 152 392 0 1922759 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 7692640

[startup+1662.3 s]
/proc/loadavg: 2.21 2.19 2.14 3/177 18234
/proc/meminfo: memFree=14070424/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7748080 CPUtime=1662.03 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1357396 0 0 0 165926 277 0 0 20 0 1 0 7918262 7934033920 1884205 33554432000 4194304 5796924 140734039805264 140734039802248 5092423 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1937020 1884205 152 392 0 1936619 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 7748080

[startup+1722.3 s]
/proc/loadavg: 2.16 2.18 2.14 3/178 18238
/proc/meminfo: memFree=13976908/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7802596 CPUtime=1722.02 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1371042 0 0 0 171921 281 0 0 20 0 1 0 7918262 7989858304 1904476 33554432000 4194304 5796924 140734039805264 140734039802248 5087620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1950649 1904476 152 392 0 1950248 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 7802596

[startup+1782.3 s]
/proc/loadavg: 2.22 2.19 2.15 3/177 18239
/proc/meminfo: memFree=13871204/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7822132 CPUtime=1782 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1375956 0 0 0 177918 282 0 0 20 0 1 0 7918262 8009863168 1916019 33554432000 4194304 5796924 140734039805264 140734033212440 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1955533 1916019 152 392 0 1955132 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 7822132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.16 2.18 2.14 3/177 18240
/proc/meminfo: memFree=13813300/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=7857112 CPUtime=1800.09 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202496 1384688 0 0 0 179725 284 0 0 20 0 1 0 7918262 8045682688 1924746 33554432000 4194304 5796924 140734039805264 140734039802248 4199805 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 1964278 1924746 152 392 0 1963877 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 7857112

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

[startup+1800.6 s]
/proc/loadavg: 2.16 2.18 2.14 3/177 18240
/proc/meminfo: memFree=13813300/32872528 swapFree=13208/1155804
[pid=18161] ppid=18158 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/18161/stat : 18161 (naps-1.02) R 18158 18161 17655 0 -1 4202500 1384701 0 0 0 179725 304 0 0 20 0 1 0 7918262 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18161/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.63
CPU time (s): 1800.33
CPU user time (s): 1797.26
CPU system time (s): 3.07653
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 8258644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 3.07653
maximum resident set size= 7983828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1384701
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= 64
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.30534 second user time and 7.2029 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 08:51:48
IDJOB=4119645
IDBENCH=111780
IDSOLVER=2544
FILE ID=node114/4119645-1467269503
RUNJOBID= node114-1467269503-18142
PBS_JOBID= 20004492
Free space on /tmp= 71408 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119645-1467269503/watcher-4119645-1467269503 -o /tmp/evaluation-result-4119645-1467269503/solver-4119645-1467269503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18142 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119645-1467269503.opb

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

MD5SUM BENCH= 2465f7b15056cacc4ca9488f26ccb118
RANDOM SEED=1609052349

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.56
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.752
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.56
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.752
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:        29312532 kB
Buffers:          130528 kB
Cached:          1496908 kB
SwapCached:            0 kB
Active:           429052 kB
Inactive:        1214132 kB
Active(anon):      12336 kB
Inactive(anon):     6332 kB
Active(file):     416716 kB
Inactive(file):  1207800 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            277124 kB
Writeback:             0 kB
AnonPages:       1176128 kB
Mapped:            13764 kB
Shmem:               204 kB
Slab:             628316 kB
SReclaimable:      67808 kB
SUnreclaim:       560508 kB
KernelStack:        1408 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1258016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1153024 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= 71400 MiB
End job on node114 at 2016-06-30 09:21:49