Trace number 4386886

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.8 2520.01

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-16.xml
MD5SUM60f46a78fc335bdeaa2bda0ed3237a46
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 benchmark51.8952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1211
Maximum domain size1309
Distribution of domain sizes[{"size":1211,"count":6},{"size":1212,"count":2},{"size":1213,"count":4},{"size":1214,"count":4},{"size":1215,"count":4},{"size":1216,"count":2},{"size":1217,"count":12},{"size":1218,"count":8},{"size":1219,"count":6},{"size":1220,"count":4},{"size":1221,"count":2},{"size":1222,"count":4},{"size":1223,"count":6},{"size":1225,"count":4},{"size":1226,"count":2},{"size":1227,"count":4},{"size":1228,"count":2},{"size":1229,"count":6},{"size":1230,"count":8},{"size":1231,"count":10},{"size":1232,"count":4},{"size":1233,"count":2},{"size":1234,"count":6},{"size":1235,"count":2},{"size":1236,"count":4},"...",{"size":1283,"count":10}, {"size":1284,"count":4}, {"size":1285,"count":4}, {"size":1286,"count":6}, {"size":1287,"count":10}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":4}, {"size":1291,"count":2}, {"size":1292,"count":2}, {"size":1294,"count":8}, {"size":1295,"count":2}, {"size":1297,"count":4}, {"size":1298,"count":4}, {"size":1299,"count":4}, {"size":1300,"count":6}, {"size":1301,"count":2}, {"size":1302,"count":4}, {"size":1303,"count":4}, {"size":1304,"count":8}, {"size":1305,"count":10}, {"size":1306,"count":6}, {"size":1307,"count":4}, {"size":1308,"count":6}, {"size":1309,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
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 (8084 MiB free)
  memory of node 1: 16384 MiB (13853 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386886-1568283478/watcher-4386886-1568283478 -o /tmp/evaluation-result-4386886-1568283478/solver-4386886-1568283478 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568276697-5868 --watchdog 2580 BTD 2520 HOME/instance-4386886-1568283478.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=6336, runsolver pid=6333

[startup+0.100337 s]*
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22422024/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=75240 memory=44600 CPUtime=0.09 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 11294 0 0 0 9 0 0 0 20 0 1 0 404605189 77045760 11150 33554432000 4194304 36700936 140728060661424 140728060658680 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 18810 11150 408 7937 0 10838 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 75240 KiB
Current children cumulated memory: 44600 KiB

[startup+0.209728 s]*
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22419792/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=77684 memory=46976 CPUtime=0.21 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 11915 0 0 0 20 1 0 0 20 0 1 0 404605189 79548416 11744 33554432000 4194304 36700936 140728060661424 140728060653640 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 19421 11744 441 7937 0 11449 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 77684 KiB
Current children cumulated memory: 46976 KiB

[startup+0.309058 s]*
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22413468/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=83756 memory=53048 CPUtime=0.3 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 13425 0 0 0 29 1 0 0 20 0 1 0 404605189 85766144 13262 33554432000 4194304 36700936 140728060661424 140728060653640 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 20939 13262 441 7937 0 12967 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 83756 KiB
Current children cumulated memory: 53048 KiB

[startup+0.700302 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22401936/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=105932 memory=75224 CPUtime=0.68 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 18966 0 0 0 66 2 0 0 20 0 1 0 404605189 108474368 18806 33554432000 4194304 36700936 140728060661424 140728060655048 7944257 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 26483 18806 441 7937 0 18511 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 105932 KiB
Current children cumulated memory: 75224 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22374284/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=148832 memory=118256 CPUtime=1.49 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 29719 0 0 0 145 4 0 0 20 0 1 0 404605189 152403968 29564 33554432000 4194304 36700936 140728060661424 140728060655752 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 37208 29564 441 7937 0 29236 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 148832 KiB
Current children cumulated memory: 118256 KiB

[startup+3.1095 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22217688/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=283028 memory=248568 CPUtime=3.09 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 79519 0 0 0 301 8 0 0 20 0 1 0 404605189 289820672 62142 33554432000 4194304 36700936 140728060661424 140728060660472 4463683 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 70757 62142 517 7937 0 62785 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 283028 KiB
Current children cumulated memory: 248568 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22214080/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=284672 memory=250140 CPUtime=6.28 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 95896 0 0 0 619 9 0 0 20 0 1 0 404605189 291504128 62535 33554432000 4194304 36700936 140728060661424 140728060660472 4895480 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 71168 62535 520 7937 0 63196 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 284672 KiB
Current children cumulated memory: 250140 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22212124/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=286732 memory=252324 CPUtime=12.68 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 112366 0 0 0 1258 10 0 0 20 0 1 0 404605189 293613568 63081 33554432000 4194304 36700936 140728060661424 140728060660472 4895496 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 71683 63081 520 7937 0 63711 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 286732 KiB
Current children cumulated memory: 252324 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6337
/proc/meminfo: memFree=22212408/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=287428 memory=253052 CPUtime=25.47 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 142484 0 0 0 2535 12 0 0 20 0 1 0 404605189 294326272 63263 33554432000 4194304 36700936 140728060661424 140728060660472 4829972 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 71857 63263 520 7937 0 63885 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 287428 KiB
Current children cumulated memory: 253052 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.03 1.91 3/198 6340
/proc/meminfo: memFree=22211444/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=288012 memory=253648 CPUtime=51.07 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 153257 0 0 0 5092 15 0 0 20 0 1 0 404605189 294924288 63412 33554432000 4194304 36700936 140728060661424 140728060660472 4895025 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72003 63412 520 7937 0 64031 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 288012 KiB
Current children cumulated memory: 253648 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 1.92 3/198 6344
/proc/meminfo: memFree=22209140/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=289948 memory=255600 CPUtime=102.24 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 158116 0 0 0 10203 21 0 0 20 0 1 0 404605189 296906752 63900 33554432000 4194304 36700936 140728060661424 140728060660472 4895584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72487 63900 520 7937 0 64515 0
Current children cumulated CPU time: 102.24 s
Current children cumulated vsize: 289948 KiB
Current children cumulated memory: 255600 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.92 3/199 6356
/proc/meminfo: memFree=22206360/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=290100 memory=257948 CPUtime=162.24 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 158821 0 0 0 16198 26 0 0 20 0 1 0 404605189 297062400 64487 33554432000 4194304 36700936 140728060661424 140728060660472 6947479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72525 64487 521 7937 0 64553 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 290100 KiB
Current children cumulated memory: 257948 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 1.93 3/199 6362
/proc/meminfo: memFree=22206128/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=290540 memory=258336 CPUtime=222.24 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 159264 0 0 0 22192 32 0 0 20 0 1 0 404605189 297512960 64584 33554432000 4194304 36700936 140728060661424 140728060660472 4895472 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72635 64584 521 7937 0 64663 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 290540 KiB
Current children cumulated memory: 258336 KiB

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 1.94 3/199 6366
/proc/meminfo: memFree=22205912/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=290688 memory=258464 CPUtime=282.23 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 159680 0 0 0 28185 38 0 0 20 0 1 0 404605189 297664512 64616 33554432000 4194304 36700936 140728060661424 140728060660472 4463624 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72672 64616 521 7937 0 64700 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 290688 KiB
Current children cumulated memory: 258464 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.04 1.95 3/199 6370
/proc/meminfo: memFree=22206288/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=290688 memory=258464 CPUtime=342.23 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 159992 0 0 0 34182 41 0 0 20 0 1 0 404605189 297664512 64616 33554432000 4194304 36700936 140728060661424 140728060660472 4895490 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72672 64616 521 7937 0 64700 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 290688 KiB
Current children cumulated memory: 258464 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 1.95 3/199 6376
/proc/meminfo: memFree=22206164/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=290688 memory=258464 CPUtime=402.22 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 160300 0 0 0 40178 44 0 0 20 0 1 0 404605189 297664512 64616 33554432000 4194304 36700936 140728060661424 140728060660472 6947472 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72672 64616 521 7937 0 64700 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 290688 KiB
Current children cumulated memory: 258464 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/198 6380
/proc/meminfo: memFree=22206516/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=290688 memory=258464 CPUtime=462.21 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 160578 0 0 0 46174 47 0 0 20 0 1 0 404605189 297664512 64616 33554432000 4194304 36700936 140728060661424 140728060660472 4895480 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72672 64616 521 7937 0 64700 0
Current children cumulated CPU time: 462.21 s
Current children cumulated vsize: 290688 KiB
Current children cumulated memory: 258464 KiB


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

/proc/6336/statm: 72912 64880 521 7937 0 64940 0
Current children cumulated CPU time: 1722.13 s
Current children cumulated vsize: 291648 KiB
Current children cumulated memory: 259520 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/198 6560
/proc/meminfo: memFree=22193712/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291648 memory=259520 CPUtime=1782.13 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 167068 0 0 0 178043 170 0 0 20 0 1 0 404605189 298647552 64880 33554432000 4194304 36700936 140728060661424 140728060660472 4895484 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72912 64880 521 7937 0 64940 0
Current children cumulated CPU time: 1782.13 s
Current children cumulated vsize: 291648 KiB
Current children cumulated memory: 259520 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/198 6566
/proc/meminfo: memFree=22193708/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291648 memory=259520 CPUtime=1842.12 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 167369 0 0 0 184036 176 0 0 20 0 1 0 404605189 298647552 64880 33554432000 4194304 36700936 140728060661424 140728060660472 4895472 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72912 64880 521 7937 0 64940 0
Current children cumulated CPU time: 1842.12 s
Current children cumulated vsize: 291648 KiB
Current children cumulated memory: 259520 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/198 6570
/proc/meminfo: memFree=22194020/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291648 memory=259520 CPUtime=1902.11 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 167635 0 0 0 190031 180 0 0 20 0 1 0 404605189 298647552 64880 33554432000 4194304 36700936 140728060661424 140728060660472 4895165 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72912 64880 521 7937 0 64940 0
Current children cumulated CPU time: 1902.11 s
Current children cumulated vsize: 291648 KiB
Current children cumulated memory: 259520 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/199 6582
/proc/meminfo: memFree=22193380/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259600 CPUtime=1962.12 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 168009 0 0 0 196026 186 0 0 20 0 1 0 404605189 298782720 64900 33554432000 4194304 36700936 140728060661424 140728060660472 6947479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64900 521 7937 0 64973 0
Current children cumulated CPU time: 1962.12 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259600 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/199 6588
/proc/meminfo: memFree=22194008/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2022.11 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 168267 0 0 0 202017 194 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 4895472 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2022.11 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/199 6592
/proc/meminfo: memFree=22192952/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2082.1 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 168595 0 0 0 208011 199 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 4533822 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2082.1 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/199 6596
/proc/meminfo: memFree=22193360/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2142.11 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 168919 0 0 0 214004 207 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 4895014 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2142.11 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/199 6602
/proc/meminfo: memFree=22193460/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2202.1 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 169230 0 0 0 220000 210 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 4895804 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2202.1 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 2.02 3/198 6606
/proc/meminfo: memFree=22193712/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2262.1 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 169526 0 0 0 225996 214 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 6947507 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2262.1 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/198 6610
/proc/meminfo: memFree=22193268/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2322.09 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 169818 0 0 0 231993 216 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 8340231 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2322.09 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/198 6616
/proc/meminfo: memFree=22193116/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2382.08 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 170099 0 0 0 237990 218 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 4895490 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2382.08 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/198 6620
/proc/meminfo: memFree=22193672/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2442.08 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 170379 0 0 0 243987 221 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 6947536 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2442.08 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/198 6624
/proc/meminfo: memFree=22193232/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2502.08 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 170674 0 0 0 249982 226 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 6947507 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2502.08 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.02 3/198 6627
/proc/meminfo: memFree=22193524/32770624 swapFree=66977596/67108860
[pid=6336] ppid=6333 vsize=291780 memory=259604 CPUtime=2519.78 cores=1,3,5,7
/proc/6336/stat : 6336 (BTD) R 6333 6336 5836 0 -1 4202496 170938 0 0 0 251751 227 0 0 20 0 1 0 404605189 298782720 64901 33554432000 4194304 36700936 140728060661424 140728060660472 4895698 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 38800048 38936640 40132608 140728060666920 140728060666996 140728060666996 140728060669905 0
/proc/6336/statm: 72945 64901 521 7937 0 64973 0
Current children cumulated CPU time: 2519.78 s
Current children cumulated vsize: 291780 KiB
Current children cumulated memory: 259604 KiB

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

[startup+2520.01 s]
# the end of solver process 6336 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.52 s, system=2.27784 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.8
CPU user time (s): 2517.52
CPU system time (s): 2.27784
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 291780
Max. memory (cumulated for all children) (KiB): 259604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.52
system time used= 2.27784
maximum resident set size= 259604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170938
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= 64
involuntary context switches= 721


# summary of solver processes directly reported to runsolver:
#   pid: 6336
#   total CPU time (s): 2519.8
#   total CPU user time (s): 2517.52
#   total CPU system time (s): 2.27784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.63029 second user time and 16.9837 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 11:07:42
IDJOB=4386886
IDBENCH=138476
IDSOLVER=2822
FILE ID=node104/4386886-1568283478
RUNJOBID= node104-1568276697-5868
PBS_JOBID= 21701090
Free space on /tmp= 54172 MiB

SOLVER NAME= BTD 19.07.01
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-16.xml
COMMAND LINE= BTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386886-1568283478/watcher-4386886-1568283478 -o /tmp/evaluation-result-4386886-1568283478/solver-4386886-1568283478 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568276697-5868 --watchdog 2580  BTD 2520 HOME/instance-4386886-1568283478.xml

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

MD5SUM BENCH= 60f46a78fc335bdeaa2bda0ed3237a46
RANDOM SEED=1757475848

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        22464324 kB
MemAvailable:   31824052 kB
Buffers:          114564 kB
Cached:          9442848 kB
SwapCached:        31876 kB
Active:          2364052 kB
Inactive:        7238760 kB
Active(anon):      12704 kB
Inactive(anon):    74116 kB
Active(file):    2351348 kB
Inactive(file):  7164644 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977596 kB
Dirty:             61748 kB
Writeback:             0 kB
AnonPages:        121980 kB
Mapped:            44356 kB
Shmem:             32780 kB
Slab:             300752 kB
SReclaimable:     272196 kB
SUnreclaim:        28556 kB
KernelStack:        3488 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     526196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54112 MiB
End job on node104 at 2019-09-12 11:49:42