Trace number 4119675

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm99p-dec.opb.negationfix.opb
MD5SUM29a0087fbbe4bcae212bee5a37389a94
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 variables180608
Total number of constraints3078
Number of constraints which are clauses1410
Number of constraints which are cardinality constraints (but not clauses)1410
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1411
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 495101
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1113385
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.07/1800.60	c 
1800.07/1800.60	c *** TERMINATED *** by signal 15
1800.07/1800.60	s UNKNOWN
1800.07/1800.60	c _____________________________________________________________________________
1800.07/1800.60	c 
1800.07/1800.60	c std/band forms        : 181,0
1800.07/1800.60	c 2cl/3cl ITE-codings   : 0,0
1800.07/1800.60	c BDD/srt/adr Max costs : 3877,399146,0
1800.07/1800.60	c BDDraw/bin/mul/srt/adr: 92,0,0,89,0
1800.07/1800.60	c BDD nodes             : 113973861
1800.07/1800.60	c Es1/CC detections     : 0,0
1800.07/1800.60	c SAT/UNSAT calls       : 0,0
1800.07/1800.60	c restarts              : 0
1800.07/1800.60	c conflicts             : 0              (0 /sec)
1800.07/1800.60	c decisions             : 0              (0 /sec)
1800.07/1800.60	c propagations          : 0              (0 /sec)
1800.07/1800.60	c inspects              : 0              (0 /sec)
1800.07/1800.60	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.60	c Time for Opt-base     : 307.3 s
1800.07/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-4119675-1467272308/watcher-4119675-1467272308 -o /tmp/evaluation-result-4119675-1467272308/solver-4119675-1467272308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467268700-8348 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119675-1467272308.opb 

pid=8671
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.22 2.21 2.18 4/176 8674
/proc/meminfo: memFree=28307532/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=7512 CPUtime=0 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 573 0 0 0 0 0 0 0 20 0 1 0 6258439 7692288 447 33554432000 4194304 5796924 140736715875168 140734071642472 4316850 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 1878 447 127 392 0 1477 0

[startup+0.100166 s]
/proc/loadavg: 2.22 2.21 2.18 4/176 8674
/proc/meminfo: memFree=28307532/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=13704 CPUtime=0.09 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 2286 0 0 0 9 0 0 0 20 0 1 0 6258439 14032896 1930 33554432000 4194304 5796924 140736715875168 140734071642472 5092432 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 3426 1930 127 392 0 3025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13704

[startup+0.200331 s]
/proc/loadavg: 2.22 2.21 2.18 4/176 8674
/proc/meminfo: memFree=28307532/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=19684 CPUtime=0.19 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 3712 0 0 0 19 0 0 0 20 0 1 0 6258439 20156416 3356 33554432000 4194304 5796924 140736715875168 140734071642472 5087501 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 4921 3356 127 392 0 4520 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19684

[startup+0.300274 s]
/proc/loadavg: 2.22 2.21 2.18 4/176 8674
/proc/meminfo: memFree=28307532/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=26544 CPUtime=0.28 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 5490 0 0 0 28 0 0 0 20 0 1 0 6258439 27181056 4910 33554432000 4194304 5796924 140736715875168 140734071642472 5092425 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 6636 4910 127 392 0 6235 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26544

[startup+0.70025 s]
/proc/loadavg: 2.22 2.21 2.18 4/176 8674
/proc/meminfo: memFree=28307532/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=51332 CPUtime=0.69 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 11725 0 0 0 67 2 0 0 20 0 1 0 6258439 52563968 10789 33554432000 4194304 5796924 140736715875168 140736715872696 5087632 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 12833 10789 127 392 0 12432 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51332

[startup+1.50028 s]
/proc/loadavg: 2.22 2.21 2.18 4/177 8675
/proc/meminfo: memFree=28218984/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=86744 CPUtime=1.49 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 20212 0 0 0 146 3 0 0 20 0 1 0 6258439 88825856 19600 33554432000 4194304 5796924 140736715875168 140736715874392 5087558 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 21686 19600 127 392 0 21285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86744

[startup+3.10025 s]
/proc/loadavg: 2.22 2.21 2.18 4/177 8675
/proc/meminfo: memFree=28141608/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=121012 CPUtime=3.09 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 28901 0 0 0 305 4 0 0 20 0 1 0 6258439 123916288 28289 33554432000 4194304 5796924 140736715875168 140736715874440 5096709 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 30253 28289 128 392 0 29852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121012

[startup+6.30031 s]
/proc/loadavg: 2.28 2.22 2.18 3/177 8675
/proc/meminfo: memFree=27853432/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=261356 CPUtime=6.29 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 63237 0 0 0 619 10 0 0 20 0 1 0 6258439 267628544 63256 33554432000 4194304 5796924 140736715875168 140736714130392 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 65339 63258 140 392 0 64938 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 261356

[startup+12.7003 s]
/proc/loadavg: 2.26 2.21 2.18 3/177 8675
/proc/meminfo: memFree=27160924/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=601136 CPUtime=12.69 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 140932 0 0 0 1247 22 0 0 20 0 1 0 6258439 615563264 148024 33554432000 4194304 5796924 140736715875168 140736714191416 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 150284 148024 140 392 0 149883 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 601136

[startup+25.5004 s]
/proc/loadavg: 2.28 2.22 2.18 3/177 8675
/proc/meminfo: memFree=26769520/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=848320 CPUtime=25.48 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 201723 0 0 0 2518 30 0 0 20 0 1 0 6258439 868679680 209837 33554432000 4194304 5796924 140736715875168 140736715872152 4432784 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 212080 209837 151 392 0 211679 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 848320

[startup+51.1004 s]
/proc/loadavg: 2.33 2.23 2.19 3/177 8675
/proc/meminfo: memFree=26687348/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=888272 CPUtime=51.08 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 205156 0 0 0 5076 32 0 0 20 0 1 0 6258439 909590528 218728 33554432000 4194304 5796924 140736715875168 140736715872152 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 222068 218728 151 392 0 221667 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 888272

[startup+102.3 s]
/proc/loadavg: 2.32 2.24 2.19 3/178 8679
/proc/meminfo: memFree=26526688/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=972940 CPUtime=102.28 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 213117 0 0 0 10194 34 0 0 20 0 1 0 6258439 996290560 239650 33554432000 4194304 5796924 140736715875168 140736715872152 5092518 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 243235 239650 151 392 0 242834 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 972940

[startup+162.3 s]
/proc/loadavg: 2.30 2.24 2.19 3/177 8681
/proc/meminfo: memFree=26432088/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1022216 CPUtime=162.26 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 220787 0 0 0 16191 35 0 0 20 0 1 0 6258439 1046749184 250386 33554432000 4194304 5796924 140736715875168 140736715872152 5087780 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 255554 250386 151 392 0 255153 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1022216

[startup+222.307 s]
/proc/loadavg: 2.30 2.24 2.19 3/177 8682
/proc/meminfo: memFree=26264144/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1050200 CPUtime=222.27 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 227953 0 0 0 22190 37 0 0 20 0 1 0 6258439 1075404800 260618 33554432000 4194304 5796924 140736715875168 140736715872152 4805698 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 262550 260618 151 392 0 262149 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1050200

[startup+282.3 s]
/proc/loadavg: 2.27 2.24 2.19 3/177 8683
/proc/meminfo: memFree=26091780/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1194876 CPUtime=282.25 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 236391 0 0 0 28184 41 0 0 20 0 1 0 6258439 1223553024 292933 33554432000 4194304 5796924 140736715875168 140736715872152 4806878 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 298719 292933 151 392 0 298318 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1194876

[startup+342.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/177 8684
/proc/meminfo: memFree=26001808/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1279740 CPUtime=342.23 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 246436 0 0 0 34181 42 0 0 20 0 1 0 6258439 1310453760 307066 33554432000 4194304 5796924 140736715875168 140736714377544 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 319935 307066 151 392 0 319534 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1279740

[startup+402.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/177 8685
/proc/meminfo: memFree=25907220/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1308252 CPUtime=402.23 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 253588 0 0 0 40179 44 0 0 20 0 1 0 6258439 1339650048 317795 33554432000 4194304 5796924 140736715875168 140736714552840 5077954 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 327063 317795 151 392 0 326662 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1308252

[startup+462.3 s]
/proc/loadavg: 2.26 2.23 2.18 4/177 8687
/proc/meminfo: memFree=25822676/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1336368 CPUtime=462.22 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 260598 0 0 0 46178 44 0 0 20 0 1 0 6258439 1368440832 327871 33554432000 4194304 5796924 140736715875168 140736714560440 4865437 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 334092 327871 151 392 0 333691 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1336368

[startup+522.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 8688
/proc/meminfo: memFree=25399468/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1534264 CPUtime=522.21 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 268453 0 0 0 52170 51 0 0 20 0 1 0 6258439 1571086336 380925 33554432000 4194304 5796924 140736715875168 140736714541080 5087606 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 383566 380925 151 392 0 383165 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1534264

[startup+582.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/177 8689
/proc/meminfo: memFree=25316932/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1632580 CPUtime=582.2 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 275851 0 0 0 58167 53 0 0 20 0 1 0 6258439 1671761920 391389 33554432000 4194304 5796924 140736715875168 140736715872152 4865437 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 408145 391389 151 392 0 407744 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1632580

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


[startup+882.307 s]
/proc/loadavg: 2.28 2.24 2.19 3/177 8698
/proc/meminfo: memFree=24890908/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1880908 CPUtime=882.17 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 312201 0 0 0 88158 59 0 0 20 0 1 0 6258439 1926049792 445113 33554432000 4194304 5796924 140736715875168 140736715872152 5092651 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 470227 445113 151 392 0 469826 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 1880908

[startup+942.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/177 8699
/proc/meminfo: memFree=24808496/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1909420 CPUtime=942.14 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 319355 0 0 0 94154 60 0 0 20 0 1 0 6258439 1955246080 455844 33554432000 4194304 5796924 140736715875168 140736715872152 4809129 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 477355 455844 151 392 0 476954 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1909420

[startup+1002.3 s]
/proc/loadavg: 2.37 2.28 2.20 3/177 8700
/proc/meminfo: memFree=24735464/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=1938064 CPUtime=1002.14 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 326506 0 0 0 100152 62 0 0 20 0 1 0 6258439 1984577536 466061 33554432000 4194304 5796924 140736715875168 140736714536472 5087606 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 484516 466061 151 392 0 484115 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 1938064

[startup+1062.3 s]
/proc/loadavg: 2.22 2.26 2.20 3/177 8702
/proc/meminfo: memFree=23987552/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2294524 CPUtime=1062.13 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 332393 0 0 0 106140 73 0 0 20 0 1 0 6258439 2349592576 558259 33554432000 4194304 5796924 140736715875168 140736715872152 4433094 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 573631 558259 151 392 0 573230 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2294524

[startup+1122.3 s]
/proc/loadavg: 2.19 2.24 2.19 3/177 8703
/proc/meminfo: memFree=23907224/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2322508 CPUtime=1122.12 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 339405 0 0 0 112138 74 0 0 20 0 1 0 6258439 2378248192 568404 33554432000 4194304 5796924 140736715875168 140736715872152 5096709 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 580627 568404 151 392 0 580226 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2322508

[startup+1182.3 s]
/proc/loadavg: 2.29 2.25 2.19 4/177 8704
/proc/meminfo: memFree=23820432/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2351680 CPUtime=1182.09 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 346737 0 0 0 118134 75 0 0 20 0 1 0 6258439 2408120320 579275 33554432000 4194304 5796924 140736715875168 140736715872152 5092556 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 587920 579275 151 392 0 587519 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 2351680

[startup+1242.3 s]
/proc/loadavg: 2.27 2.25 2.19 4/177 8705
/proc/meminfo: memFree=23734476/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2380324 CPUtime=1242.07 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 353922 0 0 0 124130 77 0 0 20 0 1 0 6258439 2437451776 590005 33554432000 4194304 5796924 140736715875168 140736715872152 5092927 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 595081 590005 151 392 0 594680 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 2380324

[startup+1302.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/178 8709
/proc/meminfo: memFree=23652328/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2408836 CPUtime=1302.03 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 361120 0 0 0 130124 79 0 0 20 0 1 0 6258439 2466648064 600224 33554432000 4194304 5796924 140736715875168 140736715872152 4199767 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 602209 600224 151 392 0 601808 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 2408836

[startup+1362.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/178 8733
/proc/meminfo: memFree=23564416/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2595136 CPUtime=1362 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 368922 0 0 0 136118 82 0 0 20 0 1 0 6258439 2657419264 611055 33554432000 4194304 5796924 140736715875168 140736715872152 5092425 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 648784 611055 151 392 0 648383 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 2595136

[startup+1422.3 s]
/proc/loadavg: 2.23 2.24 2.19 3/177 8734
/proc/meminfo: memFree=23493824/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2618896 CPUtime=1421.98 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 374909 0 0 0 142114 84 0 0 20 0 1 0 6258439 2681749504 620064 33554432000 4194304 5796924 140736715875168 140736715872152 5077866 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 654724 620064 151 392 0 654323 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 2618896

[startup+1482.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/177 8735
/proc/meminfo: memFree=23409624/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2646880 CPUtime=1481.93 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 381964 0 0 0 148109 84 0 0 20 0 1 0 6258439 2710405120 630650 33554432000 4194304 5796924 140736715875168 140736715872152 5087538 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 661720 630650 151 392 0 661319 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 2646880

[startup+1542.31 s]
/proc/loadavg: 2.24 2.24 2.18 3/177 8736
/proc/meminfo: memFree=23327424/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2676052 CPUtime=1541.91 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 389295 0 0 0 154105 86 0 0 20 0 1 0 6258439 2740277248 641006 33554432000 4194304 5796924 140736715875168 140736715872152 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 669013 641006 151 392 0 668612 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 2676052

[startup+1602.3 s]
/proc/loadavg: 2.37 2.27 2.19 3/177 8737
/proc/meminfo: memFree=23243112/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2704036 CPUtime=1601.87 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 396344 0 0 0 160100 87 0 0 20 0 1 0 6258439 2768932864 651594 33554432000 4194304 5796924 140736715875168 140736715872152 4870892 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 676009 651594 151 392 0 675608 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 2704036

[startup+1662.3 s]
/proc/loadavg: 2.23 2.25 2.19 3/176 8738
/proc/meminfo: memFree=23157308/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2732812 CPUtime=1661.84 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 403607 0 0 0 166096 88 0 0 20 0 1 0 6258439 2798399488 662391 33554432000 4194304 5796924 140736715875168 140736715872152 5096553 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 683203 662391 151 392 0 682802 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 2732812

[startup+1722.3 s]
/proc/loadavg: 2.23 2.24 2.19 4/177 8740
/proc/meminfo: memFree=23083464/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2761456 CPUtime=1721.8 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 410805 0 0 0 172090 90 0 0 20 0 1 0 6258439 2827730944 673123 33554432000 4194304 5796924 140736715875168 140736715872152 5087682 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 690364 673123 151 392 0 689963 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 2761456

[startup+1782.3 s]
/proc/loadavg: 2.20 2.23 2.18 3/177 8741
/proc/meminfo: memFree=23002496/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2789440 CPUtime=1781.78 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 417852 0 0 0 178086 92 0 0 20 0 1 0 6258439 2856386560 683710 33554432000 4194304 5796924 140736715875168 140736715872152 4808592 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 697360 683710 151 392 0 696959 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 2789440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.14 2.21 2.18 3/177 8787
/proc/meminfo: memFree=25602200/32872528 swapFree=1555460/1718980
[pid=8674] ppid=8671 vsize=2799604 CPUtime=1800.07 cores=0,2,4,6
/proc/8674/stat : 8674 (naps-1.02) R 8671 8674 8332 0 -1 4202496 420394 0 0 0 179914 93 0 0 20 0 1 0 6258439 2866794496 687258 33554432000 4194304 5796924 140736715875168 140736715872152 4865437 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/8674/statm: 699901 687258 151 392 0 699500 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2799604

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 8674 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.12
CPU user time (s): 1799.14
CPU system time (s): 0.979851
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 2799604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.979851
maximum resident set size= 2749084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420407
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= 466
involuntary context switches= 1842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03078 second user time and 8.48871 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 09:38:28
IDJOB=4119675
IDBENCH=111786
IDSOLVER=2544
FILE ID=node117/4119675-1467272308
RUNJOBID= node117-1467268700-8348
PBS_JOBID= 20004501
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 29a0087fbbe4bcae212bee5a37389a94
RANDOM SEED=823463526

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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:        28308432 kB
Buffers:          133948 kB
Cached:          1847852 kB
SwapCached:            0 kB
Active:           301364 kB
Inactive:        1796740 kB
Active(anon):     118720 kB
Inactive(anon):        4 kB
Active(file):     182644 kB
Inactive(file):  1796736 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23264 kB
Writeback:             0 kB
AnonPages:       1832884 kB
Mapped:            14412 kB
Shmem:               204 kB
Slab:             613352 kB
SReclaimable:      57404 kB
SUnreclaim:       555948 kB
KernelStack:        1432 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1948040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71604 MiB
End job on node117 at 2016-06-30 10:08:29