Trace number 4295250

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 2018.06.11_3? (TO) 2519.93 2520.01

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g19-g43_c18.xml
MD5SUM73b986b466eb2b69580bc545a83953ff
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 variables64
Number of constraints233
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree4
Maximum variable degree10
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":20},{"degree":8,"count":16},{"degree":10,"count":16}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":2,"count":168},{"arity":64,"count":1}]
Number of extensional constraints232
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":232},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 18.06.11_3

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 (6751 MiB free)
  memory of node 1: 16384 MiB (8931 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295250-1532525802/watcher-4295250-1532525802 -o /tmp/evaluation-result-4295250-1532525802/solver-4295250-1532525802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532505177-22992 --watchdog 2580 BTD 3 2520 HOME/instance-4295250-1532525802.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
Current StackSize limit: 8192 KiB

solver pid=29002, runsolver pid=28999

[startup+0.100163 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29003
/proc/meminfo: memFree=16043912/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=47752 memory=17664 CPUtime=0.1 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 4578 0 0 0 10 0 0 0 20 0 1 0 70143463 48898048 4416 33554432000 4194304 36388972 140722845528016 140722845522424 4458219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 11938 4416 490 7861 0 4042 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47752 KiB
Current children cumulated memory: 17664 KiB

[startup+0.209818 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29003
/proc/meminfo: memFree=16043912/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=47884 memory=17928 CPUtime=0.21 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 4613 0 0 0 21 0 0 0 20 0 1 0 70143463 49033216 4482 33554432000 4194304 36388972 140722845528016 140722845522424 4458219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 11971 4482 490 7861 0 4075 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 47884 KiB
Current children cumulated memory: 17928 KiB

[startup+0.309787 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 29003
/proc/meminfo: memFree=16043912/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=47884 memory=17928 CPUtime=0.31 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 4616 0 0 0 31 0 0 0 20 0 1 0 70143463 49033216 4482 33554432000 4194304 36388972 140722845528016 140722845522424 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 11971 4482 490 7861 0 4075 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 47884 KiB
Current children cumulated memory: 17928 KiB

[startup+0.700376 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29003
/proc/meminfo: memFree=16043696/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=48280 memory=18192 CPUtime=0.69 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 4704 0 0 0 69 0 0 0 20 0 1 0 70143463 49438720 4548 33554432000 4194304 36388972 140722845528016 140722845522424 4458219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12070 4548 492 7861 0 4174 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 48280 KiB
Current children cumulated memory: 18192 KiB

[startup+1.50036 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29003
/proc/meminfo: memFree=16043696/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=48412 memory=18192 CPUtime=1.49 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 4728 0 0 0 149 0 0 0 20 0 1 0 70143463 49573888 4548 33554432000 4194304 36388972 140722845528016 140722845526856 4458219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12103 4548 492 7861 0 4207 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 48412 KiB
Current children cumulated memory: 18192 KiB

[startup+3.10965 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29003
/proc/meminfo: memFree=16042952/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=48548 memory=18536 CPUtime=3.1 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 8584 0 0 0 309 1 0 0 20 0 1 0 70143463 49713152 4634 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12137 4634 492 7861 0 4241 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 48548 KiB
Current children cumulated memory: 18536 KiB

[startup+6.30033 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 29064
/proc/meminfo: memFree=16126052/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=48684 memory=18624 CPUtime=6.29 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 12459 0 0 0 628 1 0 0 20 0 1 0 70143463 49852416 4656 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12171 4656 492 7861 0 4275 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 18624 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 29064
/proc/meminfo: memFree=16125424/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=48956 memory=18864 CPUtime=12.69 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 16349 0 0 0 1266 3 0 0 20 0 1 0 70143463 50130944 4716 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12239 4716 492 7861 0 4343 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 48956 KiB
Current children cumulated memory: 18864 KiB

[startup+25.5004 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 29064
/proc/meminfo: memFree=16126268/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=48956 memory=19132 CPUtime=25.48 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 16716 0 0 0 2543 5 0 0 20 0 1 0 70143463 50130944 4783 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12239 4783 492 7861 0 4343 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 48956 KiB
Current children cumulated memory: 19132 KiB

[startup+51.1095 s]
/proc/loadavg: 1.96 2.00 2.04 3/187 29064
/proc/meminfo: memFree=16126112/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49092 memory=19164 CPUtime=51.1 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 16950 0 0 0 5098 12 0 0 20 0 1 0 70143463 50270208 4791 33554432000 4194304 36388972 140722845528016 140722845526856 6663888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12273 4791 492 7861 0 4377 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 49092 KiB
Current children cumulated memory: 19164 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/187 29065
/proc/meminfo: memFree=16126260/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49228 memory=19348 CPUtime=102.28 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 17217 0 0 0 10205 23 0 0 20 0 1 0 70143463 50409472 4837 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12307 4837 492 7861 0 4411 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 49228 KiB
Current children cumulated memory: 19348 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 29066
/proc/meminfo: memFree=16125924/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49228 memory=19352 CPUtime=162.28 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 17461 0 0 0 16192 36 0 0 20 0 1 0 70143463 50409472 4838 33554432000 4194304 36388972 140722845528016 140722845526856 4458223 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12307 4838 492 7861 0 4411 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 49228 KiB
Current children cumulated memory: 19352 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 29075
/proc/meminfo: memFree=16124624/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49228 memory=19384 CPUtime=222.28 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 17722 0 0 0 22178 50 0 0 20 0 1 0 70143463 50409472 4846 33554432000 4194304 36388972 140722845528016 140722845526856 6663888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12307 4846 492 7861 0 4411 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 49228 KiB
Current children cumulated memory: 19384 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 29076
/proc/meminfo: memFree=16124472/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49228 memory=19384 CPUtime=282.28 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 17979 0 0 0 28166 62 0 0 20 0 1 0 70143463 50409472 4846 33554432000 4194304 36388972 140722845528016 140722845526856 4356350 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12307 4846 492 7861 0 4411 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 49228 KiB
Current children cumulated memory: 19384 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 29077
/proc/meminfo: memFree=16124776/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49360 memory=19404 CPUtime=342.27 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 18244 0 0 0 34153 74 0 0 20 0 1 0 70143463 50544640 4851 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12340 4851 492 7861 0 4444 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 49360 KiB
Current children cumulated memory: 19404 KiB

[startup+402.3 s]
/proc/loadavg: 2.39 2.09 2.07 3/188 29078
/proc/meminfo: memFree=16124964/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49360 memory=19432 CPUtime=402.28 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 18498 0 0 0 40143 85 0 0 20 0 1 0 70143463 50544640 4858 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12340 4858 492 7861 0 4444 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 49360 KiB
Current children cumulated memory: 19432 KiB

[startup+462.3 s]
/proc/loadavg: 2.29 2.13 2.09 3/188 29079
/proc/meminfo: memFree=16125004/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49360 memory=19436 CPUtime=462.27 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 18762 0 0 0 46131 96 0 0 20 0 1 0 70143463 50544640 4859 33554432000 4194304 36388972 140722845528016 140722845526856 4356354 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12340 4859 492 7861 0 4444 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 49360 KiB
Current children cumulated memory: 19436 KiB


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

/proc/29002/statm: 12373 4890 492 7861 0 4477 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19560 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29142
/proc/meminfo: memFree=16123852/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19560 CPUtime=1782.23 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 24825 0 0 0 177842 381 0 0 20 0 1 0 70143463 50679808 4890 33554432000 4194304 36388972 140722845528016 140722845526856 4458219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4890 492 7861 0 4477 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19560 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29143
/proc/meminfo: memFree=16124032/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19560 CPUtime=1842.23 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 25117 0 0 0 183826 397 0 0 20 0 1 0 70143463 50679808 4890 33554432000 4194304 36388972 140722845528016 140722845526856 4356633 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4890 492 7861 0 4477 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19560 KiB

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 29144
/proc/meminfo: memFree=16123996/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19568 CPUtime=1902.23 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 25390 0 0 0 189815 408 0 0 20 0 1 0 70143463 50679808 4892 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4892 492 7861 0 4477 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19568 KiB

[startup+1962.3 s]
/proc/loadavg: 2.38 2.14 2.09 3/187 29145
/proc/meminfo: memFree=16124152/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19568 CPUtime=1962.23 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 25655 0 0 0 195802 421 0 0 20 0 1 0 70143463 50679808 4892 33554432000 4194304 36388972 140722845528016 140722845526856 4458226 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4892 492 7861 0 4477 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19568 KiB

[startup+2022.3 s]
/proc/loadavg: 2.14 2.12 2.08 3/188 29154
/proc/meminfo: memFree=16123124/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19568 CPUtime=2022.22 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 25946 0 0 0 201789 433 0 0 20 0 1 0 70143463 50679808 4892 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4892 492 7861 0 4477 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19568 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.10 2.08 3/188 29155
/proc/meminfo: memFree=16123620/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19572 CPUtime=2082.23 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 26213 0 0 0 207777 446 0 0 20 0 1 0 70143463 50679808 4893 33554432000 4194304 36388972 140722845528016 140722845526856 4356399 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4893 492 7861 0 4477 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19572 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/188 29156
/proc/meminfo: memFree=16123788/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19572 CPUtime=2142.22 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 26509 0 0 0 213765 457 0 0 20 0 1 0 70143463 50679808 4893 33554432000 4194304 36388972 140722845528016 140722845526856 4458219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4893 492 7861 0 4477 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19572 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/188 29157
/proc/meminfo: memFree=16123720/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19572 CPUtime=2202.21 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 26795 0 0 0 219751 470 0 0 20 0 1 0 70143463 50679808 4893 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4893 492 7861 0 4477 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19572 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.07 2.06 3/188 29158
/proc/meminfo: memFree=16123760/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19584 CPUtime=2262.22 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 27102 0 0 0 225741 481 0 0 20 0 1 0 70143463 50679808 4896 33554432000 4194304 36388972 140722845528016 140722845526856 4458208 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4896 492 7861 0 4477 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19584 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 29159
/proc/meminfo: memFree=16123836/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19584 CPUtime=2322.22 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 27364 0 0 0 231727 495 0 0 20 0 1 0 70143463 50679808 4896 33554432000 4194304 36388972 140722845528016 140722845526856 4460795 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4896 492 7861 0 4477 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19584 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 29160
/proc/meminfo: memFree=16124008/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19584 CPUtime=2382.22 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 27618 0 0 0 237715 507 0 0 20 0 1 0 70143463 50679808 4896 33554432000 4194304 36388972 140722845528016 140722845526856 4356409 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4896 492 7861 0 4477 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19584 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 29161
/proc/meminfo: memFree=16124060/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19584 CPUtime=2442.21 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 27943 0 0 0 243702 519 0 0 20 0 1 0 70143463 50679808 4896 33554432000 4194304 36388972 140722845528016 140722845526856 7667590 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4896 492 7861 0 4477 0
Current children cumulated CPU time: 2442.21 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19584 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 29162
/proc/meminfo: memFree=16124116/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19588 CPUtime=2502.21 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 28238 0 0 0 249688 533 0 0 20 0 1 0 70143463 50679808 4897 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4897 492 7861 0 4477 0
Current children cumulated CPU time: 2502.21 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19588 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.03 2.05 3/187 29162
/proc/meminfo: memFree=16124116/32770624 swapFree=67108860/67108860
[pid=29002] ppid=28999 vsize=49492 memory=19588 CPUtime=2519.92 cores=0,2,4,6
/proc/29002/stat : 29002 (BTD) R 28999 29002 22961 0 -1 4202496 28485 0 0 0 251455 537 0 0 20 0 1 0 70143463 50679808 4897 33554432000 4194304 36388972 140722845528016 140722845526856 8047815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 38489992 38625312 71004160 140722845529277 140722845529355 140722845529355 140722845532113 0
/proc/29002/statm: 12373 4897 492 7861 0 4477 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 49492 KiB
Current children cumulated memory: 19588 KiB

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

[startup+2520.01 s]
# the end of solver process 29002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.56 s, system=5.37184 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): 2519.93
CPU user time (s): 2514.56
CPU system time (s): 5.37184
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 49492
Max. memory (cumulated for all children) (KiB): 19588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.56
system time used= 5.37184
maximum resident set size= 19588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28485
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= 10
involuntary context switches= 3159


# summary of solver processes directly reported to runsolver:
#   pid: 29002
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2514.56
#   total CPU system time (s): 5.37184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.5518 second user time and 18.1228 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-25 15:36:43
IDJOB=4295250
IDBENCH=141498
IDSOLVER=2749
FILE ID=node149/4295250-1532525802
RUNJOBID= node149-1532505177-22992
PBS_JOBID= 21021592
Free space on /tmp= 43208 MiB

SOLVER NAME= BTD 2018.06.11_3
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g19-g43_c18.xml
COMMAND LINE= BTD 3 TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295250-1532525802/watcher-4295250-1532525802 -o /tmp/evaluation-result-4295250-1532525802/solver-4295250-1532525802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532505177-22992 --watchdog 2580  BTD 3 2520 HOME/instance-4295250-1532525802.xml

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

MD5SUM BENCH= 73b986b466eb2b69580bc545a83953ff
RANDOM SEED=298576373

node149.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.60
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.60
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.60
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.60
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:        16060404 kB
MemAvailable:   31844492 kB
Buffers:          192156 kB
Cached:         15624420 kB
SwapCached:            0 kB
Active:          2510280 kB
Inactive:       13442980 kB
Active(anon):      87044 kB
Inactive(anon):    78360 kB
Active(file):    2423236 kB
Inactive(file): 13364620 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52540 kB
Writeback:             0 kB
AnonPages:        145252 kB
Mapped:            40740 kB
Shmem:             25224 kB
Slab:             454188 kB
SReclaimable:     424692 kB
SUnreclaim:        29496 kB
KernelStack:        3360 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     435296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43160 MiB
End job on node149 at 2018-07-25 16:18:43