Trace number 4306095

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
BTD_12 2018.07.27_12? (TO) 2520.06 2520.01

General information on the benchmark

NameEternity/
Eternity-12-12_c18.xml
MD5SUM72288e631366ae5e472c0848b2762e00
Bench CategoryCSP (decision problem)
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
Satisfiable
(Un)Satisfiability was proved
Number of variables456
Number of constraints193
Number of domains2
Minimum domain size17
Maximum domain size144
Distribution of domain sizes[{"size":17,"count":312},{"size":144,"count":144}]
Minimum variable degree1
Maximum variable degree13
Distribution of variable degrees[{"degree":1,"count":11},{"degree":2,"count":444},{"degree":13,"count":1}]
Minimum constraint arity1
Maximum constraint arity144
Distribution of constraint arities[{"arity":1,"count":48},{"arity":5,"count":144},{"arity":144,"count":1}]
Number of extensional constraints144
Number of intensional constraints48
Distribution of constraint types[{"type":"extension","count":144},{"type":"intension","count":48},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 18.07.27_12

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13283 MiB free)
  memory of node 1: 16384 MiB (14326 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306095-1534135353/watcher-4306095-1534135353 -o /tmp/evaluation-result-4306095-1534135353/solver-4306095-1534135353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534135353-8986 --watchdog 2580 BTD 12 2520 HOME/instance-4306095-1534135353.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=9019, runsolver pid=9012
Current StackSize limit: 8192 KiB


[startup+0.100687 s]*
/proc/loadavg: 1.92 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28263520/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=39600 memory=9484 CPUtime=0.1 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 2498 0 0 0 10 0 0 0 20 0 1 0 231098530 40550400 2371 33554432000 4194304 36388936 140725878276640 140725878273816 4777640 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 9900 2371 441 7861 0 2004 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39600 KiB
Current children cumulated memory: 9484 KiB

[startup+0.209748 s]*
/proc/loadavg: 1.92 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28261168/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=42860 memory=12652 CPUtime=0.2 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 3308 0 0 0 20 0 0 0 20 0 1 0 231098530 43888640 3163 33554432000 4194304 36388936 140725878276640 140725878273816 4420648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10715 3163 510 7861 0 2819 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 42860 KiB
Current children cumulated memory: 12652 KiB

[startup+0.309945 s]*
/proc/loadavg: 1.92 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28261168/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=42860 memory=12652 CPUtime=0.3 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 3317 0 0 0 30 0 0 0 20 0 1 0 231098530 43888640 3163 33554432000 4194304 36388936 140725878276640 140725878273816 4420648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10715 3163 510 7861 0 2819 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42860 KiB
Current children cumulated memory: 12652 KiB

[startup+0.700242 s]
/proc/loadavg: 1.92 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28260556/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=42860 memory=12652 CPUtime=0.69 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 3330 0 0 0 69 0 0 0 20 0 1 0 231098530 43888640 3163 33554432000 4194304 36388936 140725878276640 140725878275480 6663879 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10715 3163 510 7861 0 2819 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 42860 KiB
Current children cumulated memory: 12652 KiB

[startup+1.50024 s]
/proc/loadavg: 1.92 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28260556/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=42860 memory=12652 CPUtime=1.49 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 3335 0 0 0 149 0 0 0 20 0 1 0 231098530 43888640 3163 33554432000 4194304 36388936 140725878276640 140725878275480 4420660 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10715 3163 510 7861 0 2819 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 42860 KiB
Current children cumulated memory: 12652 KiB

[startup+3.10931 s]
/proc/loadavg: 1.93 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28260804/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=42992 memory=12856 CPUtime=3.09 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 4812 0 0 0 309 0 0 0 20 0 1 0 231098530 44023808 3214 33554432000 4194304 36388936 140725878276640 140725878275480 4420639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10748 3214 511 7861 0 2852 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42992 KiB
Current children cumulated memory: 12856 KiB

[startup+6.30034 s]
/proc/loadavg: 1.93 1.97 1.95 4/191 9020
/proc/meminfo: memFree=28259664/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43256 memory=13228 CPUtime=6.28 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 7423 0 0 0 628 0 0 0 20 0 1 0 231098530 44294144 3307 33554432000 4194304 36388936 140725878276640 140725878275480 4420651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10814 3307 524 7861 0 2918 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 43256 KiB
Current children cumulated memory: 13228 KiB

[startup+12.7003 s]
/proc/loadavg: 1.79 1.94 1.94 2/184 9069
/proc/meminfo: memFree=28314692/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43256 memory=13252 CPUtime=12.68 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 9484 0 0 0 1268 0 0 0 20 0 1 0 231098530 44294144 3313 33554432000 4194304 36388936 140725878276640 140725878275480 4420655 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10814 3313 524 7861 0 2918 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 43256 KiB
Current children cumulated memory: 13252 KiB

[startup+25.5003 s]
/proc/loadavg: 1.67 1.91 1.93 2/184 9069
/proc/meminfo: memFree=28315152/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43388 memory=13380 CPUtime=25.49 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 13622 0 0 0 2548 1 0 0 20 0 1 0 231098530 44429312 3345 33554432000 4194304 36388936 140725878276640 140725878275480 4420639 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10847 3345 524 7861 0 2951 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 43388 KiB
Current children cumulated memory: 13380 KiB

[startup+51.109 s]
/proc/loadavg: 1.44 1.83 1.91 2/184 9069
/proc/meminfo: memFree=28314100/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43520 memory=13800 CPUtime=51.1 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 14543 0 0 0 5109 1 0 0 20 0 1 0 231098530 44564480 3450 33554432000 4194304 36388936 140725878276640 140725878275480 4420665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10880 3450 524 7861 0 2984 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 43520 KiB
Current children cumulated memory: 13800 KiB

[startup+102.3 s]
/proc/loadavg: 1.18 1.69 1.85 2/184 9070
/proc/meminfo: memFree=28314724/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43652 memory=13888 CPUtime=102.29 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 14862 0 0 0 10228 1 0 0 20 0 1 0 231098530 44699648 3472 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10913 3472 524 7861 0 3017 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 43652 KiB
Current children cumulated memory: 13888 KiB

[startup+162.3 s]
/proc/loadavg: 1.06 1.57 1.80 2/183 9071
/proc/meminfo: memFree=28315360/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43784 memory=13980 CPUtime=162.29 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 15186 0 0 0 16227 2 0 0 20 0 1 0 231098530 44834816 3495 33554432000 4194304 36388936 140725878276640 140725878275480 6663907 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10946 3495 524 7861 0 3050 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 13980 KiB

[startup+222.3 s]
/proc/loadavg: 1.02 1.46 1.75 2/183 9072
/proc/meminfo: memFree=28315476/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43784 memory=14052 CPUtime=222.29 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 15512 0 0 0 22227 2 0 0 20 0 1 0 231098530 44834816 3513 33554432000 4194304 36388936 140725878276640 140725878275480 4420669 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10946 3513 524 7861 0 3050 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 14052 KiB

[startup+282.3 s]
/proc/loadavg: 1.01 1.38 1.70 2/183 9073
/proc/meminfo: memFree=28315660/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43784 memory=14084 CPUtime=282.29 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 15847 0 0 0 28227 2 0 0 20 0 1 0 231098530 44834816 3521 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10946 3521 524 7861 0 3050 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 14084 KiB

[startup+342.3 s]
/proc/loadavg: 1.00 1.31 1.66 2/180 9074
/proc/meminfo: memFree=28315888/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43916 memory=14152 CPUtime=342.3 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 16215 0 0 0 34227 3 0 0 20 0 1 0 231098530 44969984 3538 33554432000 4194304 36388936 140725878276640 140725878275480 4420651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10979 3538 524 7861 0 3083 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 43916 KiB
Current children cumulated memory: 14152 KiB

[startup+402.3 s]
/proc/loadavg: 1.00 1.25 1.62 2/180 9075
/proc/meminfo: memFree=28315972/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43916 memory=14172 CPUtime=402.29 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 16566 0 0 0 40226 3 0 0 20 0 1 0 231098530 44969984 3543 33554432000 4194304 36388936 140725878276640 140725878275480 4420665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10979 3543 524 7861 0 3083 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 43916 KiB
Current children cumulated memory: 14172 KiB

[startup+462.3 s]
/proc/loadavg: 1.00 1.21 1.58 2/181 9084
/proc/meminfo: memFree=28315852/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=43916 memory=14188 CPUtime=462.3 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 16932 0 0 0 46226 4 0 0 20 0 1 0 231098530 44969984 3547 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 10979 3547 524 7861 0 3083 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 43916 KiB
Current children cumulated memory: 14188 KiB


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

/proc/9019/statm: 11045 3595 524 7861 0 3149 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14380 KiB

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/180 9146
/proc/meminfo: memFree=28317200/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14380 CPUtime=1782.32 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 24485 0 0 0 178219 13 0 0 20 0 1 0 231098530 45240320 3595 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3595 524 7861 0 3149 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14380 KiB

[startup+1842.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/180 9147
/proc/meminfo: memFree=28317300/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14380 CPUtime=1842.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 24858 0 0 0 184219 14 0 0 20 0 1 0 231098530 45240320 3595 33554432000 4194304 36388936 140725878276640 140725878275480 4420696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3595 524 7861 0 3149 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14380 KiB

[startup+1902.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/180 9148
/proc/meminfo: memFree=28317284/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14400 CPUtime=1902.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 25208 0 0 0 190219 14 0 0 20 0 1 0 231098530 45240320 3600 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3600 524 7861 0 3149 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14400 KiB

[startup+1962.3 s]
/proc/loadavg: 1.05 1.03 1.14 2/180 9149
/proc/meminfo: memFree=28317284/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14400 CPUtime=1962.32 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 25546 0 0 0 196218 14 0 0 20 0 1 0 231098530 45240320 3600 33554432000 4194304 36388936 140725878276640 140725878275480 4420665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3600 524 7861 0 3149 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14400 KiB

[startup+2022.3 s]
/proc/loadavg: 1.02 1.02 1.13 2/180 9150
/proc/meminfo: memFree=28317616/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14400 CPUtime=2022.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 25890 0 0 0 202218 15 0 0 20 0 1 0 231098530 45240320 3600 33554432000 4194304 36388936 140725878276640 140725878275480 4420665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3600 524 7861 0 3149 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14400 KiB

[startup+2082.3 s]
/proc/loadavg: 1.01 1.02 1.12 2/180 9151
/proc/meminfo: memFree=28317616/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14412 CPUtime=2082.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 26276 0 0 0 208217 16 0 0 20 0 1 0 231098530 45240320 3603 33554432000 4194304 36388936 140725878276640 140725878275480 4420665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3603 524 7861 0 3149 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14412 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/180 9152
/proc/meminfo: memFree=28317656/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14412 CPUtime=2142.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 26599 0 0 0 214217 16 0 0 20 0 1 0 231098530 45240320 3603 33554432000 4194304 36388936 140725878276640 140725878275480 4420660 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3603 524 7861 0 3149 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14412 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/180 9153
/proc/meminfo: memFree=28317532/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14412 CPUtime=2202.34 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 26917 0 0 0 220217 17 0 0 20 0 1 0 231098530 45240320 3603 33554432000 4194304 36388936 140725878276640 140725878275480 4420672 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3603 524 7861 0 3149 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14412 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/181 9162
/proc/meminfo: memFree=28317388/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14412 CPUtime=2262.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 27310 0 0 0 226216 17 0 0 20 0 1 0 231098530 45240320 3603 33554432000 4194304 36388936 140725878276640 140725878275480 4420665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3603 524 7861 0 3149 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14412 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/181 9163
/proc/meminfo: memFree=28317620/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14428 CPUtime=2322.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 27645 0 0 0 232216 17 0 0 20 0 1 0 231098530 45240320 3607 33554432000 4194304 36388936 140725878276640 140725878275480 4420630 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3607 524 7861 0 3149 0
Current children cumulated CPU time: 2322.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14428 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/181 9164
/proc/meminfo: memFree=28317620/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14428 CPUtime=2382.33 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 27977 0 0 0 238216 17 0 0 20 0 1 0 231098530 45240320 3607 33554432000 4194304 36388936 140725878276640 140725878275480 4420669 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3607 524 7861 0 3149 0
Current children cumulated CPU time: 2382.33 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14428 KiB

[startup+2442.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/181 9165
/proc/meminfo: memFree=28317612/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14428 CPUtime=2442.34 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 28310 0 0 0 244216 18 0 0 20 0 1 0 231098530 45240320 3607 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3607 524 7861 0 3149 0
Current children cumulated CPU time: 2442.34 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14428 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/181 9166
/proc/meminfo: memFree=28317620/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14428 CPUtime=2502.34 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 28634 0 0 0 250216 18 0 0 20 0 1 0 231098530 45240320 3607 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3607 524 7861 0 3149 0
Current children cumulated CPU time: 2502.34 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14428 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.00 1.01 1.08 2/181 9166
/proc/meminfo: memFree=28317620/32770624 swapFree=67108804/67108860
[pid=9019] ppid=9012 vsize=44180 memory=14452 CPUtime=2520.05 cores=0,2,4,6
/proc/9019/stat : 9019 (BTD) R 9012 9019 8955 0 -1 4202496 29019 0 0 0 251987 18 0 0 20 0 1 0 231098530 45240320 3613 33554432000 4194304 36388936 140725878276640 140725878275480 4420648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 62136320 140725878285500 140725878285579 140725878285579 140725878288337 0
/proc/9019/statm: 11045 3613 524 7861 0 3149 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 44180 KiB
Current children cumulated memory: 14452 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.01 s]
# the end of solver process 9019 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.87 s, system=0.185004 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2520.06
CPU user time (s): 2519.87
CPU system time (s): 0.185004
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 44180
Max. memory (cumulated for all children) (KiB): 14452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.87
system time used= 0.185004
maximum resident set size= 14456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29019
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= 5
involuntary context switches= 3156


# summary of solver processes directly reported to runsolver:
#   pid: 9019
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.87
#   total CPU system time (s): 0.185004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.28091 second user time and 15.3222 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 06:42:33
IDJOB=4306095
IDBENCH=141662
IDSOLVER=2785
FILE ID=node105/4306095-1534135353
RUNJOBID= node105-1534135353-8986
PBS_JOBID= 21037025
Free space on /tmp= 40920 MiB

SOLVER NAME= BTD_12 2018.07.27_12
BENCH NAME= XCSP18/Eternity/Eternity-12-12_c18.xml
COMMAND LINE= BTD 12 TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306095-1534135353/watcher-4306095-1534135353 -o /tmp/evaluation-result-4306095-1534135353/solver-4306095-1534135353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534135353-8986 --watchdog 2580  BTD 12 2520 HOME/instance-4306095-1534135353.xml

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

MD5SUM BENCH= 72288e631366ae5e472c0848b2762e00
RANDOM SEED=613672571

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        28273108 kB
MemAvailable:   31905580 kB
Buffers:          167520 kB
Cached:          3722000 kB
SwapCached:           16 kB
Active:          2048052 kB
Inactive:        1892368 kB
Active(anon):       3120 kB
Inactive(anon):   100528 kB
Active(file):    2044932 kB
Inactive(file):  1791840 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:            106644 kB
Writeback:             4 kB
AnonPages:         58220 kB
Mapped:            51184 kB
Shmem:             49748 kB
Slab:             250556 kB
SReclaimable:     223072 kB
SUnreclaim:        27484 kB
KernelStack:        3216 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 07:24:34