Trace number 4108934

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-147.opb
MD5SUM8c2053bb677dce90b85fb5832d9bc324
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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.05/1800.40	c 
1800.05/1800.40	c *** TERMINATED *** by signal 15
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c _____________________________________________________________________________
1800.05/1800.40	c 
1800.05/1800.40	c std/band forms        : 98842,1
1800.05/1800.40	c 2cl/3cl ITE-codings   : 109670,19
1800.05/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.05/1800.40	c BDDraw/bin/mul/srt/adr: 98843,0,0,0,0
1800.05/1800.40	c BDD nodes             : 608618
1800.05/1800.40	c Es1/CC detections     : 0,0
1800.05/1800.40	c SAT/UNSAT calls       : 0,0
1800.05/1800.40	c restarts              : 0
1800.05/1800.40	c conflicts             : 0              (0 /sec)
1800.05/1800.40	c decisions             : 0              (0 /sec)
1800.05/1800.40	c propagations          : 0              (0 /sec)
1800.05/1800.40	c inspects              : 0              (0 /sec)
1800.05/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.05/1800.40	c Time for Opt-base     : 0 s
1800.05/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-4108934-1466289458/watcher-4108934-1466289458 -o /tmp/evaluation-result-4108934-1466289458/solver-4108934-1466289458 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466289458-16368 --watchdog 1960 naps-1.02 HOME/instance-4108934-1466289458.opb 

pid=16440
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 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.26 2/176 16443
/proc/meminfo: memFree=31488808/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 302 0 0 0 0 0 0 0 20 0 1 0 30996410 6574080 177 33554432000 4194304 5796924 140736972523600 140736944202216 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 1605 177 127 392 0 1204 0

[startup+0.100156 s]
/proc/loadavg: 1.00 1.02 1.26 2/176 16443
/proc/meminfo: memFree=31488808/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=7668 CPUtime=0.09 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 634 0 0 0 9 0 0 0 20 0 1 0 30996410 7852032 501 33554432000 4194304 5796924 140736972523600 140736944202216 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 1917 501 127 392 0 1516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7668

[startup+0.200288 s]
/proc/loadavg: 1.00 1.02 1.26 2/176 16443
/proc/meminfo: memFree=31488808/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=8672 CPUtime=0.19 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 956 0 0 0 19 0 0 0 20 0 1 0 30996410 8880128 801 33554432000 4194304 5796924 140736972523600 140736944202216 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 2168 801 127 392 0 1767 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8672

[startup+0.300267 s]
/proc/loadavg: 1.00 1.02 1.26 2/176 16443
/proc/meminfo: memFree=31488808/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=9668 CPUtime=0.29 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 1270 0 0 0 29 0 0 0 20 0 1 0 30996410 9900032 1613 33554432000 4194304 5796924 140736972523600 140736944202216 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 2417 1613 127 392 0 2016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9668

[startup+0.70023 s]
/proc/loadavg: 1.00 1.02 1.26 2/176 16443
/proc/meminfo: memFree=31488808/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=14556 CPUtime=0.69 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 2409 0 0 0 69 0 0 0 20 0 1 0 30996410 14905344 2711 33554432000 4194304 5796924 140736972523600 140736972522824 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 3639 2711 127 392 0 3238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14556

[startup+1.50023 s]
/proc/loadavg: 1.00 1.02 1.26 3/177 16444
/proc/meminfo: memFree=31459936/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=23164 CPUtime=1.49 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 4816 0 0 0 148 1 0 0 20 0 1 0 30996410 23719936 4933 33554432000 4194304 5796924 140736972523600 140736972522824 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 5791 4933 127 392 0 5390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23164

[startup+3.10023 s]
/proc/loadavg: 1.00 1.02 1.26 3/177 16444
/proc/meminfo: memFree=31433576/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=44364 CPUtime=3.09 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 10330 0 0 0 307 2 0 0 20 0 1 0 30996410 45428736 10479 33554432000 4194304 5796924 140736972523600 140736972522872 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 11091 10479 127 392 0 10690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44364

[startup+6.30023 s]
/proc/loadavg: 1.08 1.04 1.26 3/177 16444
/proc/meminfo: memFree=31369300/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=86424 CPUtime=6.29 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 20301 0 0 0 626 3 0 0 20 0 1 0 30996410 88498176 20664 33554432000 4194304 5796924 140736972523600 140736972522824 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 21606 20664 127 392 0 21205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86424

[startup+12.7002 s]
/proc/loadavg: 1.15 1.05 1.27 3/177 16444
/proc/meminfo: memFree=31282340/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=180288 CPUtime=12.69 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 38145 0 0 0 1262 7 0 0 20 0 1 0 30996410 184614912 40649 33554432000 4194304 5796924 140736972523600 140736972522936 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 45072 40649 127 392 0 44671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180288

[startup+25.5004 s]
/proc/loadavg: 1.34 1.10 1.28 3/177 16444
/proc/meminfo: memFree=31111392/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=336596 CPUtime=25.49 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 66839 0 0 0 2535 14 0 0 20 0 1 0 30996410 344674304 76082 33554432000 4194304 5796924 140736972523600 140736972520920 4583094 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 84149 76082 164 392 0 83748 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 336596

[startup+51.1003 s]
/proc/loadavg: 1.56 1.17 1.29 3/177 16444
/proc/meminfo: memFree=31095944/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=336596 CPUtime=51.08 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 68040 0 0 0 5092 16 0 0 20 0 1 0 30996410 344674304 77661 33554432000 4194304 5796924 140736972523600 140736972521064 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 84149 77661 165 392 0 83748 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 336596

[startup+102.3 s]
/proc/loadavg: 1.89 1.31 1.33 3/177 16445
/proc/meminfo: memFree=31091796/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=367416 CPUtime=102.29 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 70895 0 0 0 10207 22 0 0 20 0 1 0 30996410 376233984 83788 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 91854 83788 165 392 0 91453 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 367416

[startup+162.3 s]
/proc/loadavg: 2.07 1.47 1.38 3/178 16494
/proc/meminfo: memFree=30266980/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=367416 CPUtime=162.24 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 73265 0 0 0 16198 26 0 0 20 0 1 0 30996410 376233984 85324 33554432000 4194304 5796924 140736972523600 140736972521240 4607261 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 91854 85324 165 392 0 91453 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 367416

[startup+222.307 s]
/proc/loadavg: 2.14 1.59 1.43 3/177 16496
/proc/meminfo: memFree=29526976/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=367416 CPUtime=222.22 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 77129 0 0 0 22189 33 0 0 20 0 1 0 30996410 376233984 80468 33554432000 4194304 5796924 140736972523600 140736972521240 4606523 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 91854 80468 165 392 0 91453 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 367416

[startup+282.3 s]
/proc/loadavg: 2.05 1.66 1.46 3/177 16497
/proc/meminfo: memFree=29022936/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=338032 CPUtime=282.19 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 80078 0 0 0 28181 38 0 0 20 0 1 0 30996410 346144768 80292 33554432000 4194304 5796924 140736972523600 140736972520712 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 84508 80292 165 392 0 84107 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 338032

[startup+342.3 s]
/proc/loadavg: 2.06 1.74 1.50 3/177 16498
/proc/meminfo: memFree=28261912/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=422392 CPUtime=342.18 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 83856 0 0 0 34175 43 0 0 20 0 1 0 30996410 432529408 91300 33554432000 4194304 5796924 140736972523600 140736972521240 4583342 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 105598 91300 165 392 0 105197 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 422392

[startup+402.3 s]
/proc/loadavg: 2.10 1.80 1.53 3/177 16499
/proc/meminfo: memFree=28379184/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=374116 CPUtime=402.17 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 86629 0 0 0 40169 48 0 0 20 0 1 0 30996410 383094784 89330 33554432000 4194304 5796924 140736972523600 140736972521240 4607229 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 93529 89330 165 392 0 93128 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 374116

[startup+462.3 s]
/proc/loadavg: 2.04 1.83 1.56 3/177 16500
/proc/meminfo: memFree=28392040/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=377712 CPUtime=462.16 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 90205 0 0 0 46163 53 0 0 20 0 1 0 30996410 386777088 85070 33554432000 4194304 5796924 140736972523600 140736972521240 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 94428 85070 165 392 0 94027 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 377712

[startup+522.3 s]
/proc/loadavg: 2.06 1.87 1.59 3/176 16501
/proc/meminfo: memFree=28342664/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=431064 CPUtime=522.15 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 93378 0 0 0 52158 57 0 0 20 0 1 0 30996410 441409536 97354 33554432000 4194304 5796924 140736972523600 140736972520712 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 107766 97354 165 392 0 107365 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 431064

[startup+582.3 s]
/proc/loadavg: 2.06 1.91 1.62 3/177 16503
/proc/meminfo: memFree=28392744/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=352664 CPUtime=582.14 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 96079 0 0 0 58152 62 0 0 20 0 1 0 30996410 361127936 84045 33554432000 4194304 5796924 140736972523600 140736972521064 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 88166 84046 165 392 0 87765 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 352664


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


[startup+882.307 s]
/proc/loadavg: 2.06 1.99 1.73 3/177 16512
/proc/meminfo: memFree=28342044/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=392856 CPUtime=882.11 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 105302 0 0 0 88133 78 0 0 20 0 1 0 30996410 402284544 91360 33554432000 4194304 5796924 140736972523600 140736972521240 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 98214 91360 165 392 0 97813 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 392856

[startup+942.3 s]
/proc/loadavg: 2.10 2.00 1.74 3/177 16513
/proc/meminfo: memFree=28279888/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=443660 CPUtime=942.09 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 106001 0 0 0 94130 79 0 0 20 0 1 0 30996410 454307840 104828 33554432000 4194304 5796924 140736972523600 140736972520712 4607218 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 110915 104828 165 392 0 110514 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 443660

[startup+1002.3 s]
/proc/loadavg: 2.10 2.02 1.76 3/177 16514
/proc/meminfo: memFree=28301092/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=445664 CPUtime=1002.08 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 108590 0 0 0 100125 83 0 0 20 0 1 0 30996410 456359936 98075 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 111416 98075 165 392 0 111015 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 445664

[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 1.78 3/177 16515
/proc/meminfo: memFree=28245964/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=528360 CPUtime=1062.07 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 109434 0 0 0 106123 84 0 0 20 0 1 0 30996410 541040640 110664 33554432000 4194304 5796924 140736972523600 140736972520712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 132090 110664 165 392 0 131689 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 528360

[startup+1122.3 s]
/proc/loadavg: 2.06 2.03 1.79 3/177 16516
/proc/meminfo: memFree=28257664/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=447308 CPUtime=1122.06 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 110631 0 0 0 112119 87 0 0 20 0 1 0 30996410 458043392 105650 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 111827 105650 165 392 0 111426 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 447308

[startup+1182.3 s]
/proc/loadavg: 2.15 2.07 1.82 3/177 16518
/proc/meminfo: memFree=28287412/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=447980 CPUtime=1182.05 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 112915 0 0 0 118115 90 0 0 20 0 1 0 30996410 458731520 97055 33554432000 4194304 5796924 140736972523600 140736972521240 4607212 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 111995 97055 165 392 0 111594 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 447980

[startup+1242.3 s]
/proc/loadavg: 2.10 2.07 1.83 3/177 16519
/proc/meminfo: memFree=28226076/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=530084 CPUtime=1242.04 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 113630 0 0 0 124113 91 0 0 20 0 1 0 30996410 542806016 111045 33554432000 4194304 5796924 140736972523600 140736972520712 4606565 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 132521 111045 165 392 0 132120 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 530084

[startup+1302.3 s]
/proc/loadavg: 2.12 2.07 1.84 4/177 16520
/proc/meminfo: memFree=28242752/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=452764 CPUtime=1302.03 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 115191 0 0 0 130109 94 0 0 20 0 1 0 30996410 463630336 104858 33554432000 4194304 5796924 140736972523600 140736972521240 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 113191 104858 165 392 0 112790 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 452764

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 1.85 3/178 16524
/proc/meminfo: memFree=28267188/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=452764 CPUtime=1362.02 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 117357 0 0 0 136105 97 0 0 20 0 1 0 30996410 463630336 97671 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 113191 97671 165 392 0 112790 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 452764

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 1.86 3/178 16547
/proc/meminfo: memFree=28203536/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=534152 CPUtime=1422.02 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 117915 0 0 0 142104 98 0 0 20 0 1 0 30996410 546971648 112020 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 133538 112020 165 392 0 133137 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 534152

[startup+1482.3 s]
/proc/loadavg: 2.15 2.06 1.87 3/177 16549
/proc/meminfo: memFree=28291112/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=452764 CPUtime=1482 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 119069 0 0 0 148099 101 0 0 20 0 1 0 30996410 463630336 106438 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 113191 106438 165 392 0 112790 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 452764

[startup+1542.31 s]
/proc/loadavg: 2.12 2.06 1.88 3/177 16550
/proc/meminfo: memFree=28321664/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=452764 CPUtime=1542 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 121249 0 0 0 154095 105 0 0 20 0 1 0 30996410 463630336 97711 33554432000 4194304 5796924 140736972523600 140736972521240 4606755 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 113191 97711 165 392 0 112790 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 452764

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 1.89 3/177 16551
/proc/meminfo: memFree=28260084/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=534848 CPUtime=1601.98 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 121967 0 0 0 160092 106 0 0 20 0 1 0 30996410 547684352 111711 33554432000 4194304 5796924 140736972523600 140736972520712 4606721 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 133712 111711 165 392 0 133311 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 534848

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 1.91 3/177 16552
/proc/meminfo: memFree=28279064/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=454768 CPUtime=1661.98 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 123409 0 0 0 166088 110 0 0 20 0 1 0 30996410 465682432 106417 33554432000 4194304 5796924 140736972523600 140736972521240 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 113692 106417 165 392 0 113291 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 454768

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 1.91 3/177 16553
/proc/meminfo: memFree=28312640/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=405156 CPUtime=1721.97 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 124547 0 0 0 172085 112 0 0 20 0 1 0 30996410 414879744 96679 33554432000 4194304 5796924 140736972523600 140736972521064 4606559 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 101289 96679 165 392 0 100888 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 405156

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 1.92 3/177 16555
/proc/meminfo: memFree=28248980/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=537256 CPUtime=1781.96 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 125936 0 0 0 178082 114 0 0 20 0 1 0 30996410 550150144 111339 33554432000 4194304 5796924 140736972523600 140736972520712 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 134314 111339 165 392 0 133913 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 537256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.06 1.92 3/177 16556
/proc/meminfo: memFree=28233644/32872528 swapFree=190484/190484
[pid=16443] ppid=16440 vsize=537984 CPUtime=1800.05 cores=1,3,5,7
/proc/16443/stat : 16443 (naps-1.02) R 16440 16443 12183 0 -1 4202496 126094 0 0 0 179891 114 0 0 20 0 1 0 30996410 550895616 115585 33554432000 4194304 5796924 140736972523600 140736972520712 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/16443/statm: 134496 115585 165 392 0 134095 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 537984

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.92
CPU system time (s): 1.16082
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 616772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.16082
maximum resident set size= 518912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126106
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= 107
involuntary context switches= 1967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42933 second user time and 7.14691 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-19 00:37:39
IDJOB=4108934
IDBENCH=89747
IDSOLVER=2544
FILE ID=node102/4108934-1466289458
RUNJOBID= node102-1466289458-16368
PBS_JOBID= 19918251
Free space on /tmp= 71680 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-147.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108934-1466289458/watcher-4108934-1466289458 -o /tmp/evaluation-result-4108934-1466289458/solver-4108934-1466289458 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466289458-16368 --watchdog 1960  naps-1.02 HOME/instance-4108934-1466289458.opb

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

MD5SUM BENCH= 8c2053bb677dce90b85fb5832d9bc324
RANDOM SEED=1076965380

node102.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.746
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.49
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.746
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.746
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.56
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.746
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.746
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.746
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.746
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.746
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31490344 kB
Buffers:          155236 kB
Cached:           288160 kB
SwapCached:         2124 kB
Active:           157660 kB
Inactive:         290400 kB
Active(anon):       4344 kB
Inactive(anon):     2976 kB
Active(file):     153316 kB
Inactive(file):   287424 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099164 kB
Dirty:             56148 kB
Writeback:             8 kB
AnonPages:        195156 kB
Mapped:             9076 kB
Shmem:                 0 kB
Slab:             611180 kB
SReclaimable:      54344 kB
SUnreclaim:       556836 kB
KernelStack:        1448 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     315376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71316 MiB
End job on node102 at 2016-06-19 01:07:39