Trace number 4119655

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm98p-dec.opb.negationfix.opb
MD5SUM08fc24c5582bf8e1a503a1ce903ecef9
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 variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
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 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
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.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        : 175,0
1800.01/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.01/1800.50	c BDD/srt/adr Max costs : 4877,405449,0
1800.01/1800.50	c BDDraw/bin/mul/srt/adr: 88,0,0,86,0
1800.01/1800.50	c BDD nodes             : 108139028
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     : 302.4 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-4119655-1467271310/watcher-4119655-1467271310 -o /tmp/evaluation-result-4119655-1467271310/solver-4119655-1467271310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18141 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119655-1467271310.opb 

pid=18317
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.16 2.18 2.14 4/172 18320
/proc/meminfo: memFree=29557724/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=7488 CPUtime=0 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 563 0 0 0 0 0 0 0 20 0 1 0 8098450 7667712 438 33554432000 4194304 5796924 140733675329248 140736694260648 5095039 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 1872 438 123 392 0 1471 0

[startup+0.100155 s]
/proc/loadavg: 2.16 2.18 2.14 4/172 18320
/proc/meminfo: memFree=29557724/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=13504 CPUtime=0.09 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 2169 0 0 0 9 0 0 0 20 0 1 0 8098450 13828096 1888 33554432000 4194304 5796924 140733675329248 140736694260648 5101558 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 3376 1888 123 392 0 2975 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13504

[startup+0.200326 s]
/proc/loadavg: 2.16 2.18 2.14 4/172 18320
/proc/meminfo: memFree=29557724/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=19520 CPUtime=0.19 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 3571 0 0 0 19 0 0 0 20 0 1 0 8098450 19988480 3290 33554432000 4194304 5796924 140733675329248 140733675326776 4659057 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 4880 3290 123 392 0 4479 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19520

[startup+0.300317 s]
/proc/loadavg: 2.16 2.18 2.14 4/172 18320
/proc/meminfo: memFree=29557724/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=26192 CPUtime=0.29 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 5328 0 0 0 29 0 0 0 20 0 1 0 8098450 26820608 4767 33554432000 4194304 5796924 140733675329248 140733675326776 5087637 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 6548 4767 123 392 0 6147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26192

[startup+0.700274 s]
/proc/loadavg: 2.16 2.18 2.14 4/172 18320
/proc/meminfo: memFree=29557724/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=50896 CPUtime=0.69 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 11449 0 0 0 68 1 0 0 20 0 1 0 8098450 52117504 10558 33554432000 4194304 5796924 140733675329248 140733675326776 5087629 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 12724 10558 123 392 0 12323 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50896

[startup+1.50024 s]
/proc/loadavg: 2.16 2.18 2.14 4/173 18321
/proc/meminfo: memFree=29450560/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=86240 CPUtime=1.49 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 19733 0 0 0 147 2 0 0 20 0 1 0 8098450 88309760 19205 33554432000 4194304 5796924 140733675329248 140733675326664 4805675 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 21560 19205 127 392 0 21159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86240

[startup+3.10024 s]
/proc/loadavg: 2.14 2.18 2.14 4/173 18321
/proc/meminfo: memFree=29385780/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=120160 CPUtime=3.09 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 28350 0 0 0 304 5 0 0 20 0 1 0 8098450 123043840 27822 33554432000 4194304 5796924 140733675329248 140733675328472 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 30040 27823 128 392 0 29639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120160

[startup+6.30026 s]
/proc/loadavg: 2.14 2.18 2.14 4/177 18332
/proc/meminfo: memFree=29157280/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=263204 CPUtime=6.29 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 63493 0 0 0 618 11 0 0 20 0 1 0 8098450 269520896 63638 33554432000 4194304 5796924 140733675329248 140733673571144 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 65801 63638 140 392 0 65400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263204

[startup+12.7003 s]
/proc/loadavg: 2.12 2.17 2.14 3/177 18332
/proc/meminfo: memFree=28448328/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=601912 CPUtime=12.69 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 140767 0 0 0 1245 24 0 0 20 0 1 0 8098450 616357888 147985 33554432000 4194304 5796924 140733675329248 140733673974392 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 150478 147986 140 392 0 150077 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 601912

[startup+25.5004 s]
/proc/loadavg: 2.18 2.18 2.14 4/177 18332
/proc/meminfo: memFree=27502824/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=833256 CPUtime=25.48 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 197610 0 0 0 2517 31 0 0 20 0 1 0 8098450 853254144 205339 33554432000 4194304 5796924 140733675329248 140733675326232 5087497 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 208314 205339 151 392 0 207913 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 833256

[startup+51.1004 s]
/proc/loadavg: 2.26 2.20 2.15 3/176 18332
/proc/meminfo: memFree=26922852/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=873340 CPUtime=51.08 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 201083 0 0 0 5075 33 0 0 20 0 1 0 8098450 894300160 214806 33554432000 4194304 5796924 140733675329248 140733675326232 5087488 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 218335 214806 151 392 0 217934 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 873340

[startup+102.3 s]
/proc/loadavg: 2.18 2.19 2.15 3/177 18334
/proc/meminfo: memFree=25468768/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=958404 CPUtime=102.27 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 209165 0 0 0 10191 36 0 0 20 0 1 0 8098450 981405696 235830 33554432000 4194304 5796924 140733675329248 140733675326232 5096709 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 239601 235830 151 392 0 239200 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 958404

[startup+162.3 s]
/proc/loadavg: 2.19 2.19 2.15 3/177 18335
/proc/meminfo: memFree=23642420/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1008208 CPUtime=162.23 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 216964 0 0 0 16186 37 0 0 20 0 1 0 8098450 1032404992 246665 33554432000 4194304 5796924 140733675329248 140733675326232 4802801 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 252052 246665 151 392 0 251651 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1008208

[startup+222.307 s]
/proc/loadavg: 2.37 2.24 2.17 4/177 18336
/proc/meminfo: memFree=23347740/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1152092 CPUtime=222.21 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 225406 0 0 0 22180 41 0 0 20 0 1 0 8098450 1179742208 278954 33554432000 4194304 5796924 140733675329248 140733673669512 5087643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 288023 278954 151 392 0 287622 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1152092

[startup+282.3 s]
/proc/loadavg: 2.25 2.22 2.17 3/177 18337
/proc/meminfo: memFree=23274096/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1191296 CPUtime=282.16 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 235252 0 0 0 28173 43 0 0 20 0 1 0 8098450 1219887104 292850 33554432000 4194304 5796924 140733675329248 140733673910376 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 297824 292850 151 392 0 297423 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 1191296

[startup+342.3 s]
/proc/loadavg: 2.23 2.22 2.17 4/177 18338
/proc/meminfo: memFree=23166996/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1267052 CPUtime=342.14 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 243057 0 0 0 34169 45 0 0 20 0 1 0 8098450 1297461248 303685 33554432000 4194304 5796924 140733675329248 140733673862792 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 316763 303685 152 392 0 316362 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 1267052

[startup+402.3 s]
/proc/loadavg: 2.15 2.20 2.17 3/177 18340
/proc/meminfo: memFree=22873276/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1295960 CPUtime=402.11 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 250347 0 0 0 40165 46 0 0 20 0 1 0 8098450 1327063040 314516 33554432000 4194304 5796924 140733675329248 140733673870232 4443080 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 323990 314516 152 392 0 323589 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 1295960

[startup+462.3 s]
/proc/loadavg: 2.22 2.20 2.17 3/177 18341
/proc/meminfo: memFree=22747280/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1324472 CPUtime=462.07 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 257518 0 0 0 46160 47 0 0 20 0 1 0 8098450 1356259328 325216 33554432000 4194304 5796924 140733675329248 140733673812200 5077954 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 331118 325216 152 392 0 330717 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 1324472

[startup+522.3 s]
/proc/loadavg: 2.08 2.17 2.16 3/178 18345
/proc/meminfo: memFree=22495904/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1512996 CPUtime=522.04 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 263089 0 0 0 52151 53 0 0 20 0 1 0 8098450 1549307904 375947 33554432000 4194304 5796924 140733675329248 140733675326232 4425196 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 378249 375947 152 392 0 377848 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1512996

[startup+582.3 s]
/proc/loadavg: 2.11 2.16 2.16 3/177 18346
/proc/meminfo: memFree=22413988/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1611576 CPUtime=582.01 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 270577 0 0 0 58145 56 0 0 20 0 1 0 8098450 1650253824 385953 33554432000 4194304 5796924 140733675329248 140733675326232 5092450 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 402894 385953 152 392 0 402493 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 1611576

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


[startup+942.3 s]
/proc/loadavg: 2.27 2.19 2.16 3/177 18353
/proc/meminfo: memFree=21435612/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1881552 CPUtime=941.94 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 312365 0 0 0 94131 63 0 0 20 0 1 0 8098450 1926709248 446625 33554432000 4194304 5796924 140733675329248 140733675326232 5087664 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 470388 446625 152 392 0 469987 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 1881552

[startup+1002.3 s]
/proc/loadavg: 2.09 2.15 2.15 3/177 18355
/proc/meminfo: memFree=21309756/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=1910592 CPUtime=1001.94 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 319625 0 0 0 100129 65 0 0 20 0 1 0 8098450 1956446208 457462 33554432000 4194304 5796924 140733675329248 140733675326232 4432784 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 477648 457462 152 392 0 477247 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 1910592

[startup+1062.3 s]
/proc/loadavg: 2.10 2.14 2.14 3/177 18356
/proc/meminfo: memFree=20920328/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2276424 CPUtime=1061.93 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 327860 0 0 0 106116 77 0 0 20 0 1 0 8098450 2331058176 552539 33554432000 4194304 5796924 140733675329248 140733673824040 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 569106 552539 152 392 0 568705 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 2276424

[startup+1122.3 s]
/proc/loadavg: 2.07 2.12 2.13 3/178 18360
/proc/meminfo: memFree=20815052/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2295696 CPUtime=1121.92 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 332695 0 0 0 112114 78 0 0 20 0 1 0 8098450 2350792704 560440 33554432000 4194304 5796924 140733675329248 140733675326232 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 573924 560440 152 392 0 573523 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 2295696

[startup+1182.3 s]
/proc/loadavg: 2.15 2.13 2.13 3/177 18361
/proc/meminfo: memFree=20692928/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2324736 CPUtime=1181.91 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 339941 0 0 0 118111 80 0 0 20 0 1 0 8098450 2380529664 570752 33554432000 4194304 5796924 140733675329248 140733675326232 5087519 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 581184 570752 152 392 0 580783 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 2324736

[startup+1242.3 s]
/proc/loadavg: 2.05 2.10 2.12 3/177 18362
/proc/meminfo: memFree=20567296/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2353644 CPUtime=1241.9 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 347194 0 0 0 124108 82 0 0 20 0 1 0 8098450 2410131456 581582 33554432000 4194304 5796924 140733675329248 140733675326232 4450994 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 588411 581582 152 392 0 588010 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 2353644

[startup+1302.3 s]
/proc/loadavg: 2.02 2.08 2.11 3/177 18364
/proc/meminfo: memFree=20519388/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2383212 CPUtime=1301.89 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 354584 0 0 0 130106 83 0 0 20 0 1 0 8098450 2440409088 592549 33554432000 4194304 5796924 140733675329248 140733675326232 5087538 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 595803 592549 152 392 0 595402 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 2383212

[startup+1362.3 s]
/proc/loadavg: 2.12 2.10 2.11 3/177 18365
/proc/meminfo: memFree=20400180/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2569908 CPUtime=1361.87 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 362454 0 0 0 136101 86 0 0 20 0 1 0 8098450 2631585792 602974 33554432000 4194304 5796924 140733675329248 140733675326232 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 642477 602974 152 392 0 642076 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 2569908

[startup+1422.3 s]
/proc/loadavg: 2.04 2.07 2.10 3/177 18366
/proc/meminfo: memFree=20288844/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2589180 CPUtime=1421.87 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 367294 0 0 0 142100 87 0 0 20 0 1 0 8098450 2651320320 610369 33554432000 4194304 5796924 140733675329248 140733675326232 4805640 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 647295 610369 152 392 0 646894 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 2589180

[startup+1482.3 s]
/proc/loadavg: 2.01 2.06 2.09 3/177 18367
/proc/meminfo: memFree=18867144/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2623104 CPUtime=1481.86 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 375782 0 0 0 148097 89 0 0 20 0 1 0 8098450 2686058496 622945 33554432000 4194304 5796924 140733675329248 140733675326232 4806814 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 655776 622945 152 392 0 655375 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 2623104

[startup+1542.31 s]
/proc/loadavg: 2.15 2.09 2.09 3/177 18368
/proc/meminfo: memFree=19436512/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2651616 CPUtime=1541.86 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 382893 0 0 0 154096 90 0 0 20 0 1 0 8098450 2715254784 633633 33554432000 4194304 5796924 140733675329248 140733673818120 5077846 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 662904 633633 152 392 0 662503 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 2651616

[startup+1602.3 s]
/proc/loadavg: 2.20 2.10 2.10 3/177 18370
/proc/meminfo: memFree=19326240/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2671416 CPUtime=1601.84 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 387865 0 0 0 160093 91 0 0 20 0 1 0 8098450 2735529984 641160 33554432000 4194304 5796924 140733675329248 140733675326232 5094403 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 667854 641160 152 392 0 667453 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 2671416

[startup+1662.3 s]
/proc/loadavg: 2.17 2.11 2.09 3/177 18371
/proc/meminfo: memFree=19200844/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2699928 CPUtime=1661.83 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 394989 0 0 0 166091 92 0 0 20 0 1 0 8098450 2764726272 651861 33554432000 4194304 5796924 140733675329248 140733675326232 4805690 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 674982 651861 152 392 0 674581 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 2699928

[startup+1722.3 s]
/proc/loadavg: 2.07 2.09 2.09 3/178 18375
/proc/meminfo: memFree=19140720/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2729232 CPUtime=1721.82 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 402337 0 0 0 172088 94 0 0 20 0 1 0 8098450 2794733568 662786 33554432000 4194304 5796924 140733675329248 140733675326232 5087504 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 682308 662786 152 392 0 681907 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 2729232

[startup+1782.3 s]
/proc/loadavg: 2.17 2.12 2.09 3/177 18376
/proc/meminfo: memFree=19029784/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2758272 CPUtime=1781.82 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 409597 0 0 0 178086 96 0 0 20 0 1 0 8098450 2824470528 673623 33554432000 4194304 5796924 140733675329248 140733675326232 5100093 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 689568 673623 152 392 0 689167 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 2758272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.19 2.12 2.10 3/177 18376
/proc/meminfo: memFree=19017732/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2758272 CPUtime=1800.01 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 409599 0 0 0 179905 96 0 0 20 0 1 0 8098450 2824470528 674647 33554432000 4194304 5796924 140733675329248 140733675326232 4805698 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 689568 674647 152 392 0 689167 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2758272

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

[startup+1800.5 s]
/proc/loadavg: 2.19 2.12 2.10 3/177 18376
/proc/meminfo: memFree=19017732/32872528 swapFree=13208/1155804
[pid=18320] ppid=18317 vsize=2758272 CPUtime=1800.01 cores=0,2,4,6
/proc/18320/stat : 18320 (naps-1.02) R 18317 18320 17655 0 -1 4202496 409599 0 0 0 179905 96 0 0 20 0 1 0 8098450 2824470528 674647 33554432000 4194304 5796924 140733675329248 140733675326232 4805698 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18320/statm: 689568 674647 152 392 0 689167 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2758272

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.07
CPU user time (s): 1799.06
CPU system time (s): 1.01584
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 2758272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.01585
maximum resident set size= 2698640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409612
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= 364
involuntary context switches= 1836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5663 second user time and 6.89495 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 09:21:50
IDJOB=4119655
IDBENCH=111782
IDSOLVER=2544
FILE ID=node114/4119655-1467271310
RUNJOBID= node114-1467269503-18141
PBS_JOBID= 20004492
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= 08fc24c5582bf8e1a503a1ce903ecef9
RANDOM SEED=1420827543

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:        29558252 kB
Buffers:          131048 kB
Cached:          1263788 kB
SwapCached:            0 kB
Active:           165912 kB
Inactive:        1245872 kB
Active(anon):      13564 kB
Inactive(anon):     6332 kB
Active(file):     152348 kB
Inactive(file):  1239540 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36192 kB
Writeback:            44 kB
AnonPages:       1255356 kB
Mapped:            13856 kB
Shmem:               204 kB
Slab:             610892 kB
SReclaimable:      55000 kB
SUnreclaim:       555892 kB
KernelStack:        1456 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1262284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1230848 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= 71524 MiB
End job on node114 at 2016-06-30 09:51:51