Trace number 4309385

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 NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2519.93 2520.03

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-45-30-00_c18.xml
MD5SUMb72bc3b5ed3d31a5026f863e7681236a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size33
Maximum domain size45
Distribution of domain sizes[{"size":33,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309385-1534317210/watcher-4309385-1534317210 -o /tmp/evaluation-result-4309385-1534317210/solver-4309385-1534317210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580 xcsp_picat HOME/instance-4309385-1534317210.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=25463, runsolver pid=25460

[startup+0.100298 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28658496/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2025864 memory=22012 CPUtime=0.09 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 1572 0 0 0 9 0 0 0 20 0 1 0 249284157 2074484736 5503 33554432000 4194304 5849940 140727066953648 140727066952744 5606427 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 506466 5503 704 405 0 503410 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025864 KiB
Current children cumulated memory: 22012 KiB

[startup+0.209684 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28657792/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2026056 memory=22272 CPUtime=0.21 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 1641 0 0 0 20 1 0 0 20 0 1 0 249284157 2074681344 5568 33554432000 4194304 5849940 140727066953648 140727066952744 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 506514 5568 704 405 0 503458 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026056 KiB
Current children cumulated memory: 22272 KiB

[startup+0.308877 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28657048/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2026768 memory=22784 CPUtime=0.3 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 1835 0 0 0 29 1 0 0 20 0 1 0 249284157 2075410432 5696 33554432000 4194304 5849940 140727066953648 140727066952744 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 506692 5696 706 405 0 503636 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2026768 KiB
Current children cumulated memory: 22784 KiB

[startup+0.70028 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28656304/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2029072 memory=25108 CPUtime=0.68 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 2411 0 0 0 66 2 0 0 20 0 1 0 249284157 2077769728 6277 33554432000 4194304 5849940 140727066953648 140727066952744 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 507268 6277 706 405 0 504212 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2029072 KiB
Current children cumulated memory: 25108 KiB

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28654816/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2032276 memory=28344 CPUtime=1.49 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 3212 0 0 0 143 6 0 0 20 0 1 0 249284157 2081050624 7086 33554432000 4194304 5849940 140727066953648 140727066952888 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 508069 7086 706 405 0 505013 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2032276 KiB
Current children cumulated memory: 28344 KiB

[startup+3.10951 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28641420/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2038420 memory=34676 CPUtime=3.1 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 4613 0 0 0 298 12 0 0 20 0 1 0 249284157 2087342080 8669 33554432000 4194304 5849940 140727066953648 140727066952760 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 509605 8669 706 405 0 506549 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2038420 KiB
Current children cumulated memory: 34676 KiB

[startup+6.30048 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25464
/proc/meminfo: memFree=28618724/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2051928 memory=48272 CPUtime=6.28 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 12351 0 0 0 611 17 0 0 20 0 1 0 249284157 2101174272 12068 33554432000 4194304 5849940 140727066953648 140727066952040 4221809 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 512982 12068 724 405 0 509926 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2051928 KiB
Current children cumulated memory: 48272 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25464
/proc/meminfo: memFree=28611320/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2043980 memory=40300 CPUtime=12.68 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 16603 0 0 0 1237 31 0 0 20 0 1 0 249284157 2093035520 10075 33554432000 4194304 5849940 140727066953648 140727066952888 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 510995 10075 747 405 0 507939 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2043980 KiB
Current children cumulated memory: 40300 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25464
/proc/meminfo: memFree=28550740/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2085780 memory=82100 CPUtime=25.48 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 20759 0 0 0 2505 43 0 0 20 0 1 0 249284157 2135838720 20525 33554432000 4194304 5849940 140727066953648 140727066952520 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 521445 20525 747 405 0 518389 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2085780 KiB
Current children cumulated memory: 82100 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25464
/proc/meminfo: memFree=28572056/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2085780 memory=82100 CPUtime=51.09 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 27365 0 0 0 5039 70 0 0 20 0 1 0 249284157 2135838720 20525 33554432000 4194304 5849940 140727066953648 140727066952648 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 521445 20525 747 405 0 518389 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2085780 KiB
Current children cumulated memory: 82100 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25465
/proc/meminfo: memFree=28569456/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2085780 memory=82100 CPUtime=102.28 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 35984 0 0 0 10114 114 0 0 20 0 1 0 249284157 2135838720 20525 33554432000 4194304 5849940 140727066953648 140727066952648 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 521445 20525 747 405 0 518389 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2085780 KiB
Current children cumulated memory: 82100 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25466
/proc/meminfo: memFree=28659052/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2060360 memory=56524 CPUtime=162.28 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 50499 0 0 0 16051 177 0 0 20 0 1 0 249284157 2109808640 14131 33554432000 4194304 5849940 140727066953648 140727066952376 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 515090 14131 747 405 0 512034 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2060360 KiB
Current children cumulated memory: 56524 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25467
/proc/meminfo: memFree=28589228/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2078656 memory=74768 CPUtime=222.28 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 56089 0 0 0 21996 232 0 0 20 0 1 0 249284157 2128543744 18692 33554432000 4194304 5849940 140727066953648 140727066952520 4220429 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 519664 18692 747 405 0 516608 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2078656 KiB
Current children cumulated memory: 74768 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25468
/proc/meminfo: memFree=28507944/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2082372 memory=78548 CPUtime=282.28 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 60152 0 0 0 27956 272 0 0 20 0 1 0 249284157 2132348928 19637 33554432000 4194304 5849940 140727066953648 140727066952648 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 520593 19637 747 405 0 517537 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2082372 KiB
Current children cumulated memory: 78548 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25469
/proc/meminfo: memFree=28597280/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2099876 memory=96196 CPUtime=342.28 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 70437 0 0 0 33913 315 0 0 20 0 1 0 249284157 2150273024 24049 33554432000 4194304 5849940 140727066953648 140727066952648 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 524969 24049 747 405 0 521913 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2099876 KiB
Current children cumulated memory: 96196 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25477
/proc/meminfo: memFree=28579524/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2120592 memory=116748 CPUtime=402.27 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 84028 0 0 0 39871 356 0 0 20 0 1 0 249284157 2171486208 29187 33554432000 4194304 5849940 140727066953648 140727066952648 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 530148 29187 747 405 0 527092 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2120592 KiB
Current children cumulated memory: 116748 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 25478
/proc/meminfo: memFree=28530680/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2149140 memory=145228 CPUtime=462.27 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 90277 0 0 0 45827 400 0 0 20 0 1 0 249284157 2200719360 36307 33554432000 4194304 5849940 140727066953648 140727066952808 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 537285 36307 747 405 0 534229 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2149140 KiB
Current children cumulated memory: 145228 KiB


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

/proc/25463/statm: 601262 101489 747 405 0 598206 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 2405048 KiB
Current children cumulated memory: 405956 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25577
/proc/meminfo: memFree=28029860/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2501924 memory=502980 CPUtime=1782.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 409996 0 0 0 177220 1000 0 0 20 0 1 0 249284157 2561970176 125745 33554432000 4194304 5849940 140727066953648 140727066952808 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 625481 125745 747 405 0 622425 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 2501924 KiB
Current children cumulated memory: 502980 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25578
/proc/meminfo: memFree=28022812/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2501924 memory=502980 CPUtime=1842.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 422812 0 0 0 183207 1013 0 0 20 0 1 0 249284157 2561970176 125745 33554432000 4194304 5849940 140727066953648 140727066952648 5340572 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 625481 125745 747 405 0 622425 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 2501924 KiB
Current children cumulated memory: 502980 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25579
/proc/meminfo: memFree=28029764/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2501924 memory=502980 CPUtime=1902.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 437788 0 0 0 189195 1025 0 0 20 0 1 0 249284157 2561970176 125745 33554432000 4194304 5849940 140727066953648 140727066952648 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 625481 125745 747 405 0 622425 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 2501924 KiB
Current children cumulated memory: 502980 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25580
/proc/meminfo: memFree=27889792/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2643084 memory=644012 CPUtime=1962.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 460963 0 0 0 195180 1040 0 0 20 0 1 0 249284157 2706518016 161003 33554432000 4194304 5849940 140727066953648 140727066952648 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 660771 161003 747 405 0 657715 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 2643084 KiB
Current children cumulated memory: 644012 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25581
/proc/meminfo: memFree=28207296/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2321752 memory=320352 CPUtime=2022.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 492121 0 0 0 201158 1062 0 0 20 0 1 0 249284157 2377474048 80088 33554432000 4194304 5849940 140727066953648 140727066952648 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 580438 80088 747 405 0 577382 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 2321752 KiB
Current children cumulated memory: 320352 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25582
/proc/meminfo: memFree=28202348/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2321752 memory=320352 CPUtime=2082.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 516239 0 0 0 207146 1074 0 0 20 0 1 0 249284157 2377474048 80088 33554432000 4194304 5849940 140727066953648 140727066952648 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 580438 80088 747 405 0 577382 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2321752 KiB
Current children cumulated memory: 320352 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25583
/proc/meminfo: memFree=28047604/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2476244 memory=476752 CPUtime=2142.19 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 545410 0 0 0 213126 1093 0 0 20 0 1 0 249284157 2535673856 119188 33554432000 4194304 5849940 140727066953648 140727066952648 140270506557319 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 619061 119188 747 405 0 616005 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 2476244 KiB
Current children cumulated memory: 476752 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25592
/proc/meminfo: memFree=27992868/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2476244 memory=476892 CPUtime=2202.19 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 573401 0 0 0 219112 1107 0 0 20 0 1 0 249284157 2535673856 119223 33554432000 4194304 5849940 140727066953648 140727066952520 5313115 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 619061 119223 747 405 0 616005 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 2476244 KiB
Current children cumulated memory: 476892 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25593
/proc/meminfo: memFree=28045844/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2476244 memory=476892 CPUtime=2262.2 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 593363 0 0 0 225102 1118 0 0 20 0 1 0 249284157 2535673856 119223 33554432000 4194304 5849940 140727066953648 140727066952648 5438459 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 619061 119223 747 405 0 616005 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 2476244 KiB
Current children cumulated memory: 476892 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25594
/proc/meminfo: memFree=28033748/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2476244 memory=476892 CPUtime=2322.19 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 601991 0 0 0 231090 1129 0 0 20 0 1 0 249284157 2535673856 119223 33554432000 4194304 5849940 140727066953648 140727066952648 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 619061 119223 747 405 0 616005 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 2476244 KiB
Current children cumulated memory: 476892 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25595
/proc/meminfo: memFree=27922656/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2476244 memory=476892 CPUtime=2382.19 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 630357 0 0 0 237079 1140 0 0 20 0 1 0 249284157 2535673856 119223 33554432000 4194304 5849940 140727066953648 140727066952648 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 619061 119223 747 405 0 616005 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 2476244 KiB
Current children cumulated memory: 476892 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25596
/proc/meminfo: memFree=27869504/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2476244 memory=476892 CPUtime=2442.19 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 650182 0 0 0 243070 1149 0 0 20 0 1 0 249284157 2535673856 119223 33554432000 4194304 5849940 140727066953648 140727066952520 5437819 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 619061 119223 747 405 0 616005 0
Current children cumulated CPU time: 2442.19 s
Current children cumulated vsize: 2476244 KiB
Current children cumulated memory: 476892 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25598
/proc/meminfo: memFree=27645540/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2726160 memory=726652 CPUtime=2502.19 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 662449 0 0 0 249058 1161 0 0 20 0 1 0 249284157 2791587840 181663 33554432000 4194304 5849940 140727066953648 140727066952648 5437815 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 681540 181663 747 405 0 678484 0
Current children cumulated CPU time: 2502.19 s
Current children cumulated vsize: 2726160 KiB
Current children cumulated memory: 726652 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25598
/proc/meminfo: memFree=27645044/32770624 swapFree=67108796/67108860
[pid=25463] ppid=25460 vsize=2726160 memory=726808 CPUtime=2519.89 cores=1,3,5,7
/proc/25463/stat : 25463 (xcsp_picat) R 25460 25463 22475 0 -1 4202496 690848 0 0 0 250824 1165 0 0 20 0 1 0 249284157 2791587840 181702 33554432000 4194304 5849940 140727066953648 140727066952648 5438404 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43913216 140727066956982 140727066957060 140727066957060 140727066959818 0
/proc/25463/statm: 681540 181702 747 405 0 678484 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 2726160 KiB
Current children cumulated memory: 726808 KiB

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

[startup+2520.03 s]
# the end of solver process 25463 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.25 s, system=11.6807 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.03
CPU time (s): 2519.93
CPU user time (s): 2508.25
CPU system time (s): 11.6807
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 2791696
Max. memory (cumulated for all children) (KiB): 792276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.25
system time used= 11.6807
maximum resident set size= 792276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 690848
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= 63
involuntary context switches= 1318


# summary of solver processes directly reported to runsolver:
#   pid: 25463
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2508.25
#   total CPU system time (s): 11.6807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.19788 second user time and 19.1553 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 09:13:30
IDJOB=4309385
IDBENCH=141620
IDSOLVER=2794
FILE ID=node138/4309385-1534317210
RUNJOBID= node138-1534292900-22507
PBS_JOBID= 21038133
Free space on /tmp= 27392 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-45-30-00_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309385-1534317210/watcher-4309385-1534317210 -o /tmp/evaluation-result-4309385-1534317210/solver-4309385-1534317210 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580  xcsp_picat HOME/instance-4309385-1534317210.xml

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

MD5SUM BENCH= b72bc3b5ed3d31a5026f863e7681236a
RANDOM SEED=1067916015

node138.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.71
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.71
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.71
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.71
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:        28677336 kB
MemAvailable:   31764424 kB
Buffers:           72600 kB
Cached:          3245240 kB
SwapCached:           12 kB
Active:          1759648 kB
Inactive:        1744936 kB
Active(anon):     129088 kB
Inactive(anon):   118292 kB
Active(file):    1630560 kB
Inactive(file):  1626644 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:        201956 kB
Mapped:            56436 kB
Shmem:             57932 kB
Slab:             286272 kB
SReclaimable:     258344 kB
SUnreclaim:        27928 kB
KernelStack:        3360 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2518148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27388 MiB
End job on node138 at 2018-08-15 09:55:30