Trace number 4407819

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
(reference) PicatSAT 2019-09-12? (TO) 2400.05 2400.31

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-01.xml
MD5SUMf7be32ed8ab62d66a7c5b401ec1c6089
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1006
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size65
Maximum domain size100
Distribution of domain sizes[{"size":65,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

28.29/28.33	c xcsp_picat version 2.7b12 (9/12/2019)
61.68/61.70	o 2216

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407819-1569513004/watcher-4407819-1569513004 -o /var/tmp/evaluation-result-4407819-1569513004/solver-4407819-1569513004 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569509601-18737 --watchdog 2560 xcsp_picat HOME/instance-4407819-1569513004.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=19534, runsolver pid=19531

[startup+0.100761 s]*
/proc/loadavg: 2.03 2.01 1.96 3/199 19535
/proc/meminfo: memFree=31650292/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2031716 memory=22896 CPUtime=0.1 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1279 0 0 0 10 0 0 0 20 0 1 0 527572873 2080477184 5724 33554432000 4194304 5870510 140734353180112 140734353179416 4459715 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 507929 5724 841 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 22896 KiB

[startup+0.209893 s]*
/proc/loadavg: 2.03 2.01 1.96 3/199 19535
/proc/meminfo: memFree=31637940/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2031716 memory=33136 CPUtime=0.2 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1284 0 0 0 20 0 0 0 20 0 1 0 527572873 2080477184 8284 33554432000 4194304 5870510 140734353180112 140734353179416 4459674 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 507929 8284 841 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 33136 KiB

[startup+0.309759 s]*
/proc/loadavg: 2.03 2.01 1.96 3/199 19535
/proc/meminfo: memFree=31627700/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2031716 memory=43376 CPUtime=0.3 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1289 0 0 0 30 0 0 0 20 0 1 0 527572873 2080477184 10844 33554432000 4194304 5870510 140734353180112 140734353179416 4479734 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 507929 10844 841 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 43376 KiB

[startup+0.700397 s]
/proc/loadavg: 2.03 2.01 1.96 3/199 19535
/proc/meminfo: memFree=31605172/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2031716 memory=113180 CPUtime=0.69 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1367 0 0 0 68 1 0 0 20 0 1 0 527572873 2080477184 28295 33554432000 4194304 5870510 140734353180112 140734353179416 4512319 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 507929 28295 878 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 113180 KiB

[startup+1.50038 s]
/proc/loadavg: 2.03 2.01 1.96 3/199 19535
/proc/meminfo: memFree=31481740/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2031716 memory=309792 CPUtime=1.49 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1463 0 0 0 145 4 0 0 20 0 1 0 527572873 2080477184 77448 33554432000 4194304 5870510 140734353180112 140734353179416 4467336 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 507929 77448 879 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 309792 KiB

[startup+3.10962 s]
/proc/loadavg: 1.95 2.00 1.95 3/199 19535
/proc/meminfo: memFree=31032132/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2435260 memory=668316 CPUtime=3.09 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 9061 0 0 0 299 10 0 0 20 0 1 0 527572873 2493706240 167079 33554432000 4194304 5870510 140734353180112 140734353178680 5307553 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 608815 167079 895 410 0 604288 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2435260 KiB
Current children cumulated memory: 668316 KiB

[startup+6.30028 s]
/proc/loadavg: 1.95 2.00 1.95 3/199 19535
/proc/meminfo: memFree=30962036/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2497568 memory=718176 CPUtime=6.29 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 15475 0 0 0 617 12 0 0 20 0 1 0 527572873 2557509632 179544 33554432000 4194304 5870510 140734353180112 140734353179288 5337336 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 624392 179544 949 410 0 619865 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2497568 KiB
Current children cumulated memory: 718176 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 2.00 1.95 3/199 19535
/proc/meminfo: memFree=30961984/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2528388 memory=731824 CPUtime=12.68 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 31316 0 0 0 1255 13 0 0 20 0 1 0 527572873 2589069312 182956 33554432000 4194304 5870510 140734353180112 140734353179368 5298780 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 632097 182956 981 410 0 627570 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2528388 KiB
Current children cumulated memory: 731824 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.00 1.95 3/199 19535
/proc/meminfo: memFree=30989848/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2528388 memory=738092 CPUtime=25.49 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 55787 0 0 0 2529 20 0 0 20 0 1 0 527572873 2589069312 184523 33554432000 4194304 5870510 140734353180112 140734353179064 139962722212837 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 632097 184523 981 410 0 627570 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2528388 KiB
Current children cumulated memory: 738092 KiB

[startup+51.1097 s]
/proc/loadavg: 1.97 2.00 1.95 3/200 19546
/proc/meminfo: memFree=30948100/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2528388 memory=736076 CPUtime=51.09 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 77782 0 0 0 5079 30 0 0 20 0 1 0 527572873 2589069312 184019 33554432000 4194304 5870510 140734353180112 140734353179064 5282738 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 632097 184019 988 410 0 627570 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2528388 KiB
Current children cumulated memory: 736076 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/200 19549
/proc/meminfo: memFree=30907092/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2543612 memory=748048 CPUtime=102.27 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 108893 0 0 0 10170 57 0 0 20 0 1 0 527572873 2604658688 187012 33554432000 4194304 5870510 140734353180112 140734353178472 5298780 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 635903 187012 988 410 0 631376 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2543612 KiB
Current children cumulated memory: 748048 KiB

[startup+162.3 s]
/proc/loadavg: 2.48 2.12 2.00 3/202 19556
/proc/meminfo: memFree=30829592/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2687196 memory=840652 CPUtime=162.27 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 184374 0 0 0 16144 83 0 0 20 0 1 0 527572873 2751688704 210163 33554432000 4194304 5870510 140734353180112 140734353178472 5298780 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 671799 210163 988 410 0 667272 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2687196 KiB
Current children cumulated memory: 840652 KiB

[startup+222.3 s]
/proc/loadavg: 2.24 2.13 2.01 3/201 19560
/proc/meminfo: memFree=30871344/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2569820 memory=787724 CPUtime=222.26 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 230196 0 0 0 22112 114 0 0 20 0 1 0 527572873 2631495680 196931 33554432000 4194304 5870510 140734353180112 140734353178472 5282736 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 642455 196931 988 410 0 637928 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2569820 KiB
Current children cumulated memory: 787724 KiB

[startup+282.3 s]
/proc/loadavg: 2.09 2.10 2.01 3/201 19564
/proc/meminfo: memFree=30888104/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2586692 memory=798216 CPUtime=282.26 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 273483 0 0 0 28081 145 0 0 20 0 1 0 527572873 2648772608 199554 33554432000 4194304 5870510 140734353180112 140734353179128 5288765 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 646673 199554 988 410 0 642146 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2586692 KiB
Current children cumulated memory: 798216 KiB

[startup+342.3 s]
/proc/loadavg: 1.98 2.07 2.00 3/201 19571
/proc/meminfo: memFree=30867256/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2594508 memory=809900 CPUtime=342.25 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 316238 0 0 0 34051 174 0 0 20 0 1 0 527572873 2656776192 202475 33554432000 4194304 5870510 140734353180112 140734353178472 139962727912333 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 648627 202475 988 410 0 644100 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2594508 KiB
Current children cumulated memory: 809900 KiB

[startup+402.3 s]
/proc/loadavg: 1.99 2.06 2.00 3/200 19575
/proc/meminfo: memFree=30828884/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2603216 memory=813308 CPUtime=402.25 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 395850 0 0 0 40020 205 0 0 20 0 1 0 527572873 2665693184 203327 33554432000 4194304 5870510 140734353180112 140734353179064 5282759 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 650804 203327 988 410 0 646277 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2603216 KiB
Current children cumulated memory: 813308 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/199 19579
/proc/meminfo: memFree=30871656/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2603216 memory=821552 CPUtime=462.24 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 449617 0 0 0 45994 230 0 0 20 0 1 0 527572873 2665693184 205388 33554432000 4194304 5870510 140734353180112 140734353179064 5276671 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 650804 205388 988 410 0 646277 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 2603216 KiB
Current children cumulated memory: 821552 KiB


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

/proc/19534/statm: 668208 227837 988 410 0 663681 0
Current children cumulated CPU time: 1662.1 s
Current children cumulated vsize: 2672832 KiB
Current children cumulated memory: 911348 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/199 19716
/proc/meminfo: memFree=30708128/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2691100 memory=921972 CPUtime=1722.1 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1333010 0 0 0 171473 737 0 0 20 0 1 0 527572873 2755686400 230493 33554432000 4194304 5870510 140734353180112 140734353179128 5282759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 672775 230493 988 410 0 668248 0
Current children cumulated CPU time: 1722.1 s
Current children cumulated vsize: 2691100 KiB
Current children cumulated memory: 921972 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/199 19720
/proc/meminfo: memFree=30638292/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2741188 memory=977360 CPUtime=1782.09 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1345221 0 0 0 177442 767 0 0 20 0 1 0 527572873 2806976512 244340 33554432000 4194304 5870510 140734353180112 140734353179128 5282736 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 685297 244340 988 410 0 680770 0
Current children cumulated CPU time: 1782.09 s
Current children cumulated vsize: 2741188 KiB
Current children cumulated memory: 977360 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/200 19734
/proc/meminfo: memFree=30713464/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2691100 memory=924020 CPUtime=1842.09 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1362832 0 0 0 183413 796 0 0 20 0 1 0 527572873 2755686400 231005 33554432000 4194304 5870510 140734353180112 140734353179128 5282759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 672775 231005 988 410 0 668248 0
Current children cumulated CPU time: 1842.09 s
Current children cumulated vsize: 2691100 KiB
Current children cumulated memory: 924020 KiB

[startup+1902.3 s]
/proc/loadavg: 1.37 1.83 1.95 2/193 19783
/proc/meminfo: memFree=31000696/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2691100 memory=921972 CPUtime=1902.07 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1370352 0 0 0 189391 816 0 0 20 0 1 0 527572873 2755686400 230493 33554432000 4194304 5870510 140734353180112 140734353179128 5283116 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 672775 230493 988 410 0 668248 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 2691100 KiB
Current children cumulated memory: 921972 KiB

[startup+1962.3 s]
/proc/loadavg: 1.14 1.68 1.90 2/193 19787
/proc/meminfo: memFree=30996272/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2691100 memory=928116 CPUtime=1962.08 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1378403 0 0 0 195375 833 0 0 20 0 1 0 527572873 2755686400 232029 33554432000 4194304 5870510 140734353180112 140734353179128 5282464 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 672775 232029 988 410 0 668248 0
Current children cumulated CPU time: 1962.08 s
Current children cumulated vsize: 2691100 KiB
Current children cumulated memory: 928116 KiB

[startup+2022.3 s]
/proc/loadavg: 1.05 1.56 1.84 2/193 19793
/proc/meminfo: memFree=30988120/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2741188 memory=937404 CPUtime=2022.07 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1388592 0 0 0 201352 855 0 0 20 0 1 0 527572873 2806976512 234351 33554432000 4194304 5870510 140734353180112 140734353179128 139962727892828 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 685297 234351 988 410 0 680770 0
Current children cumulated CPU time: 2022.07 s
Current children cumulated vsize: 2741188 KiB
Current children cumulated memory: 937404 KiB

[startup+2082.3 s]
/proc/loadavg: 1.02 1.45 1.79 2/193 19797
/proc/meminfo: memFree=30987460/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2741188 memory=935080 CPUtime=2082.06 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1410458 0 0 0 207320 886 0 0 20 0 1 0 527572873 2806976512 233770 33554432000 4194304 5870510 140734353180112 140734353179128 5298780 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 685297 233770 988 410 0 680770 0
Current children cumulated CPU time: 2082.06 s
Current children cumulated vsize: 2741188 KiB
Current children cumulated memory: 935080 KiB

[startup+2142.3 s]
/proc/loadavg: 1.01 1.37 1.74 2/193 19804
/proc/meminfo: memFree=30919976/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2691100 memory=921972 CPUtime=2142.06 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1427139 0 0 0 213288 918 0 0 20 0 1 0 527572873 2755686400 230493 33554432000 4194304 5870510 140734353180112 140734353178680 5277455 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 672775 230493 988 410 0 668248 0
Current children cumulated CPU time: 2142.06 s
Current children cumulated vsize: 2691100 KiB
Current children cumulated memory: 921972 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.30 1.69 2/192 19808
/proc/meminfo: memFree=30965788/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2741188 memory=960040 CPUtime=2202.05 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1449449 0 0 0 219256 949 0 0 20 0 1 0 527572873 2806976512 240010 33554432000 4194304 5870510 140734353180112 140734353179064 5278122 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 685297 240010 988 410 0 680770 0
Current children cumulated CPU time: 2202.05 s
Current children cumulated vsize: 2741188 KiB
Current children cumulated memory: 960040 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.25 1.65 2/192 19812
/proc/meminfo: memFree=30981372/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2742384 memory=944212 CPUtime=2262.04 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1479262 0 0 0 225223 981 0 0 20 0 1 0 527572873 2808201216 236053 33554432000 4194304 5870510 140734353180112 140734353178472 5288978 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 685596 236053 988 410 0 681069 0
Current children cumulated CPU time: 2262.04 s
Current children cumulated vsize: 2742384 KiB
Current children cumulated memory: 944212 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.20 1.61 2/193 19819
/proc/meminfo: memFree=30926576/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2708064 memory=940372 CPUtime=2322.04 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1494406 0 0 0 231199 1005 0 0 20 0 1 0 527572873 2773057536 235093 33554432000 4194304 5870510 140734353180112 140734353178680 5282578 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 677016 235093 988 410 0 672489 0
Current children cumulated CPU time: 2322.04 s
Current children cumulated vsize: 2708064 KiB
Current children cumulated memory: 940372 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.17 1.57 2/192 19823
/proc/meminfo: memFree=30970496/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2708064 memory=952660 CPUtime=2382.04 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1524311 0 0 0 237176 1028 0 0 20 0 1 0 527572873 2773057536 238165 33554432000 4194304 5870510 140734353180112 140734353179128 5282680 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 677016 238165 988 410 0 672489 0
Current children cumulated CPU time: 2382.04 s
Current children cumulated vsize: 2708064 KiB
Current children cumulated memory: 952660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.3 s]
/proc/loadavg: 1.00 1.16 1.56 2/192 19825
/proc/meminfo: memFree=30979124/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2708064 memory=946516 CPUtime=2400.04 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1527039 0 0 0 238970 1034 0 0 20 0 1 0 527572873 2773057536 236629 33554432000 4194304 5870510 140734353180112 140734353179128 5262756 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 677016 236629 988 410 0 672489 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 2708064 KiB
Current children cumulated memory: 946516 KiB

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

[startup+2400.31 s]
# the end of solver process 19534 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2389.7 s, system=10.3451 s

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

[startup+2400.3 s]
/proc/loadavg: 1.00 1.16 1.56 2/192 19825
/proc/meminfo: memFree=30979124/32770624 swapFree=66959488/67108860
[pid=19534] ppid=19531 vsize=2708064 memory=946516 CPUtime=2400.04 cores=1,3,5,7
/proc/19534/stat : 19534 (xcsp_picat) R 19531 19534 18705 0 -1 4202496 1527039 0 0 0 238970 1034 0 0 20 0 1 0 527572873 2773057536 236629 33554432000 4194304 5870510 140734353180112 140734353179128 5262756 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 37490688 140734353187847 140734353187929 140734353187929 140734353190854 0
/proc/19534/statm: 677016 236629 988 410 0 672489 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 2708064 KiB
Current children cumulated memory: 946516 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.31
CPU time (s): 2400.05
CPU user time (s): 2389.7
CPU system time (s): 10.3451
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 2952804
Max. memory (cumulated for all children) (KiB): 1076296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.7
system time used= 10.3451
maximum resident set size= 1076756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1527039
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= 77
involuntary context switches= 2993


# summary of solver processes directly reported to runsolver:
#   pid: 19534
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2389.7
#   total CPU system time (s): 10.3451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.49502 second user time and 18.1774 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-26 17:49:23
IDJOB=4407819
IDBENCH=135895
IDSOLVER=2873
FILE ID=node150/4407819-1569513004
RUNJOBID= node150-1569509601-18737
PBS_JOBID= 21705777
Free space on /var/tmp= 13476 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-01.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407819-1569513004/watcher-4407819-1569513004 -o /var/tmp/evaluation-result-4407819-1569513004/solver-4407819-1569513004 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569509601-18737 --watchdog 2560  xcsp_picat HOME/instance-4407819-1569513004.xml

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

MD5SUM BENCH= f7be32ed8ab62d66a7c5b401ec1c6089
RANDOM SEED=731263935

node150.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.79
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.79
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.79
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.79
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:        31670040 kB
MemAvailable:   31657328 kB
Buffers:            8936 kB
Cached:           156644 kB
SwapCached:        15432 kB
Active:           296340 kB
Inactive:         135692 kB
Active(anon):     252444 kB
Inactive(anon):    37652 kB
Active(file):      43896 kB
Inactive(file):    98040 kB
Unevictable:      111592 kB
Mlocked:          111592 kB
SwapTotal:      67108860 kB
SwapFree:       66959488 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:        434280 kB
Mapped:            24204 kB
Shmem:             14764 kB
Slab:             260724 kB
SReclaimable:     232156 kB
SUnreclaim:        28568 kB
KernelStack:        3552 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2792912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13476 MiB
End job on node150 at 2019-09-26 18:29:24