Trace number 4386837

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 19.07.01? (TO) 2519.81 2520.01

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-14.xml
MD5SUM1e3f519c957d5cb55b89b746c42a86fa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark167.509
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints147
Number of domains2
Minimum domain size14
Maximum domain size91
Distribution of domain sizes[{"size":14,"count":196},{"size":91,"count":91}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":98},{"degree":4,"count":189}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":7},{"arity":3,"count":91},{"arity":7,"count":13},{"arity":14,"count":14},{"arity":26,"count":7},{"arity":28,"count":7},{"arity":91,"count":1}]
Number of extensional constraints91
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":91},{"type":"intension","count":14},{"type":"allDifferent","count":15},{"type":"count","count":13},{"type":"cardinality","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.07.01

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386837-1568281729/watcher-4386837-1568281729 -o /tmp/evaluation-result-4386837-1568281729/solver-4386837-1568281729 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568280858-9033 --watchdog 2580 BTD 2520 HOME/instance-4386837-1568281729.xml 

running on 4 cores: 1,3,5,7

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=9315, runsolver pid=9312

[startup+0.100157 s]*
/proc/loadavg: 2.01 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21613676/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=36676 memory=6496 CPUtime=0.1 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 1773 0 0 0 10 0 0 0 20 0 1 0 404111412 37556224 1624 33554432000 4194304 36700936 140727528291776 140727528291776 4403492 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9169 1624 545 7937 0 1197 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 36676 KiB
Current children cumulated memory: 6496 KiB

[startup+0.209733 s]*
/proc/loadavg: 2.01 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21613676/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=36808 memory=6496 CPUtime=0.21 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 1790 0 0 0 21 0 0 0 20 0 1 0 404111412 37691392 1624 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9202 1624 545 7937 0 1230 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36808 KiB
Current children cumulated memory: 6496 KiB

[startup+0.309069 s]*
/proc/loadavg: 2.01 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21613676/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=36808 memory=6496 CPUtime=0.31 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 1793 0 0 0 31 0 0 0 20 0 1 0 404111412 37691392 1624 33554432000 4194304 36700936 140727528291776 140727528290824 4620299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9202 1624 545 7937 0 1230 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 36808 KiB
Current children cumulated memory: 6496 KiB

[startup+0.70027 s]
/proc/loadavg: 2.01 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21613676/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=36940 memory=6496 CPUtime=0.69 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 1828 0 0 0 69 0 0 0 20 0 1 0 404111412 37826560 1624 33554432000 4194304 36700936 140727528291776 140727528290824 4620264 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9235 1624 545 7937 0 1263 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36940 KiB
Current children cumulated memory: 6496 KiB

[startup+1.50027 s]
/proc/loadavg: 2.01 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21613332/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=36940 memory=6496 CPUtime=1.49 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 1828 0 0 0 149 0 0 0 20 0 1 0 404111412 37826560 1624 33554432000 4194304 36700936 140727528291776 140727528290824 4620281 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9235 1624 545 7937 0 1263 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 36940 KiB
Current children cumulated memory: 6496 KiB

[startup+3.10913 s]
/proc/loadavg: 2.01 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21612988/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37192 memory=6872 CPUtime=3.1 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 2601 0 0 0 310 0 0 0 20 0 1 0 404111412 38084608 1718 33554432000 4194304 36700936 140727528291776 140727528290824 4620264 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9298 1718 557 7937 0 1326 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 37192 KiB
Current children cumulated memory: 6872 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 1.93 1.25 3/199 9316
/proc/meminfo: memFree=21612356/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37324 memory=7008 CPUtime=6.29 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 3521 0 0 0 629 0 0 0 20 0 1 0 404111412 38219776 1752 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9331 1752 557 7937 0 1359 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 37324 KiB
Current children cumulated memory: 7008 KiB

[startup+12.7003 s]
/proc/loadavg: 1.92 1.92 1.25 3/199 9316
/proc/meminfo: memFree=21611844/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37456 memory=7080 CPUtime=12.69 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 4361 0 0 0 1268 1 0 0 20 0 1 0 404111412 38354944 1770 33554432000 4194304 36700936 140727528291776 140727528290824 6947504 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9364 1770 557 7937 0 1392 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 37456 KiB
Current children cumulated memory: 7080 KiB

[startup+25.5003 s]
/proc/loadavg: 1.94 1.92 1.26 3/199 9318
/proc/meminfo: memFree=21611124/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37456 memory=7160 CPUtime=25.49 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 5867 0 0 0 2547 2 0 0 20 0 1 0 404111412 38354944 1790 33554432000 4194304 36700936 140727528291776 140727528290824 4620290 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9364 1790 557 7937 0 1392 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 37456 KiB
Current children cumulated memory: 7160 KiB

[startup+51.1091 s]
/proc/loadavg: 1.96 1.93 1.28 3/199 9319
/proc/meminfo: memFree=21611000/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37588 memory=7192 CPUtime=51.09 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 6422 0 0 0 5106 3 0 0 20 0 1 0 404111412 38490112 1798 33554432000 4194304 36700936 140727528291776 140727528290824 7961069 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9397 1798 557 7937 0 1425 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 37588 KiB
Current children cumulated memory: 7192 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.94 1.32 3/199 9322
/proc/meminfo: memFree=21610880/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37588 memory=7304 CPUtime=102.28 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 6831 0 0 0 10214 14 0 0 20 0 1 0 404111412 38490112 1826 33554432000 4194304 36700936 140727528291776 140727528290824 4620281 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9397 1826 557 7937 0 1425 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 37588 KiB
Current children cumulated memory: 7304 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.95 1.36 3/198 9335
/proc/meminfo: memFree=21611252/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37588 memory=7304 CPUtime=162.27 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 7143 0 0 0 16210 17 0 0 20 0 1 0 404111412 38490112 1826 33554432000 4194304 36700936 140727528291776 140727528290824 4620267 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9397 1826 557 7937 0 1425 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 37588 KiB
Current children cumulated memory: 7304 KiB

[startup+222.3 s]
/proc/loadavg: 2.05 1.98 1.41 3/199 9340
/proc/meminfo: memFree=21609684/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37588 memory=7492 CPUtime=222.27 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 7430 0 0 0 22205 22 0 0 20 0 1 0 404111412 38490112 1873 33554432000 4194304 36700936 140727528291776 140727528290824 4620264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9397 1873 557 7937 0 1425 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 37588 KiB
Current children cumulated memory: 7492 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 1.98 1.44 3/199 9344
/proc/meminfo: memFree=21609972/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37588 memory=7492 CPUtime=282.26 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 7670 0 0 0 28200 26 0 0 20 0 1 0 404111412 38490112 1873 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9397 1873 557 7937 0 1425 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 37588 KiB
Current children cumulated memory: 7492 KiB

[startup+342.3 s]
/proc/loadavg: 2.40 2.08 1.51 3/199 9350
/proc/meminfo: memFree=21609420/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7508 CPUtime=342.26 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 7837 0 0 0 34191 35 0 0 20 0 1 0 404111412 38625280 1877 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1877 557 7937 0 1458 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7508 KiB

[startup+402.3 s]
/proc/loadavg: 2.29 2.12 1.56 3/199 9354
/proc/meminfo: memFree=21609376/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7528 CPUtime=402.26 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 8012 0 0 0 40178 48 0 0 20 0 1 0 404111412 38625280 1882 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1882 557 7937 0 1458 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7528 KiB

[startup+462.3 s]
/proc/loadavg: 2.11 2.10 1.59 3/199 9359
/proc/meminfo: memFree=21609624/32770624 swapFree=66999088/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7552 CPUtime=462.25 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 8286 0 0 0 46176 49 0 0 20 0 1 0 404111412 38625280 1888 33554432000 4194304 36700936 140727528291776 140727528290824 4620271 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1888 558 7937 0 1458 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7552 KiB


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

/proc/9315/statm: 9430 1897 558 7937 0 1458 0
Current children cumulated CPU time: 1722.16 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7588 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 9564
/proc/meminfo: memFree=21582448/32770624 swapFree=66999100/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=1782.15 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 12198 0 0 0 178114 101 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620281 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 1782.15 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 9568
/proc/meminfo: memFree=21582384/32770624 swapFree=66999100/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=1842.14 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 12389 0 0 0 184112 102 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620281 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/199 9572
/proc/meminfo: memFree=21582816/32770624 swapFree=66999100/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=1902.14 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 12579 0 0 0 190110 104 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620271 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/200 9586
/proc/meminfo: memFree=21582004/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=1962.13 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 12760 0 0 0 196108 105 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/200 9590
/proc/meminfo: memFree=21582260/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2022.13 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 12932 0 0 0 202105 108 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2022.13 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/200 9594
/proc/meminfo: memFree=21582124/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2082.13 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 13102 0 0 0 208103 110 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2082.13 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/200 9600
/proc/meminfo: memFree=21582576/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2142.12 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 13289 0 0 0 214100 112 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/200 9604
/proc/meminfo: memFree=21582120/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2202.12 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 13467 0 0 0 220098 114 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620281 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2202.12 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/199 9609
/proc/meminfo: memFree=21582492/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2262.12 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 13643 0 0 0 226096 116 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620288 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2262.12 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 9615
/proc/meminfo: memFree=21582516/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2322.11 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 13821 0 0 0 232093 118 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2322.11 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 9619
/proc/meminfo: memFree=21582664/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2382.11 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 13985 0 0 0 238090 121 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620203 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2382.11 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 9624
/proc/meminfo: memFree=21583336/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2442.1 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 14150 0 0 0 244086 124 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 8340231 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2442.1 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 9630
/proc/meminfo: memFree=21581960/32770624 swapFree=66999104/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2502.09 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 14313 0 0 0 250083 126 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 6947479 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2502.09 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 3/200 9639
/proc/meminfo: memFree=21581292/32770624 swapFree=66999108/67108860
[pid=9315] ppid=9312 vsize=37720 memory=7612 CPUtime=2519.81 cores=1,3,5,7
/proc/9315/stat : 9315 (BTD) R 9312 9315 9001 0 -1 4202496 14467 0 0 0 251854 127 0 0 20 0 1 0 404111412 38625280 1903 33554432000 4194304 36700936 140727528291776 140727528290824 4620264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 68694016 140727528293416 140727528293492 140727528293492 140727528296401 0
/proc/9315/statm: 9430 1903 558 7937 0 1458 0
Current children cumulated CPU time: 2519.81 s
Current children cumulated vsize: 37720 KiB
Current children cumulated memory: 7612 KiB

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

[startup+2520.01 s]
# the end of solver process 9315 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.54 s, system=1.2709 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.81
CPU user time (s): 2518.54
CPU system time (s): 1.2709
CPU usage (%): 99.9922
Max. virtual memory (cumulated for all children) (KiB): 37720
Max. memory (cumulated for all children) (KiB): 7612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.54
system time used= 1.2709
maximum resident set size= 7612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14467
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= 4
involuntary context switches= 1952


# summary of solver processes directly reported to runsolver:
#   pid: 9315
#   total CPU time (s): 2519.81
#   total CPU user time (s): 2518.54
#   total CPU system time (s): 1.2709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1669 second user time and 15.0075 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-12 11:48:09
IDJOB=4386837
IDBENCH=133923
IDSOLVER=2822
FILE ID=node140/4386837-1568281729
RUNJOBID= node140-1568280858-9033
PBS_JOBID= 21701069
Free space on /tmp= 55488 MiB

SOLVER NAME= BTD 19.07.01
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-14.xml
COMMAND LINE= BTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386837-1568281729/watcher-4386837-1568281729 -o /tmp/evaluation-result-4386837-1568281729/solver-4386837-1568281729 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568280858-9033 --watchdog 2580  BTD 2520 HOME/instance-4386837-1568281729.xml

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

MD5SUM BENCH= 1e3f519c957d5cb55b89b746c42a86fa
RANDOM SEED=1294856819

node140.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.43
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.43
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.43
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.43
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:        21618500 kB
MemAvailable:   31805176 kB
Buffers:          115260 kB
Cached:         10282452 kB
SwapCached:         2928 kB
Active:          1935592 kB
Inactive:        8526544 kB
Active(anon):      61056 kB
Inactive(anon):    43920 kB
Active(file):    1874536 kB
Inactive(file):  8482624 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66999088 kB
Dirty:             61352 kB
Writeback:             0 kB
AnonPages:        169788 kB
Mapped:            44344 kB
Shmem:             32064 kB
Slab:             286124 kB
SReclaimable:     257976 kB
SUnreclaim:        28148 kB
KernelStack:        3760 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     584736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 55428 MiB
End job on node140 at 2019-09-12 12:30:10