Trace number 4303036

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-02? (TO) 2519.69 2520.02

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-100-50-00_c18.xml
MD5SUMac62098c303420005332b673e951092f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark451
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"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


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303036-1534030201/watcher-4303036-1534030201 -o /tmp/evaluation-result-4303036-1534030201/solver-4303036-1534030201 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534025075-19009 --watchdog 2580 xcsp_picat HOME/instance-4303036-1534030201.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19596, runsolver pid=19593

[startup+0.100122 s]*
/proc/loadavg: 2.01 2.05 2.05 3/187 19597
/proc/meminfo: memFree=19527332/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2025744 memory=24944 CPUtime=0.1 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1827 0 0 0 10 0 0 0 20 0 1 0 220582989 2074361856 6236 33554432000 4194304 5849708 140726368891392 140726368891392 4850709 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 506436 6236 599 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24944 KiB

[startup+0.209626 s]*
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19513152/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2025744 memory=37232 CPUtime=0.2 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1833 0 0 0 20 0 0 0 20 0 1 0 220582989 2074361856 9308 33554432000 4194304 5849708 140726368891392 140726368890696 4850536 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 506436 9308 599 405 0 503381 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37232 KiB

[startup+0.309552 s]*
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19500864/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2025744 memory=49520 CPUtime=0.31 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1839 0 0 0 30 1 0 0 20 0 1 0 220582989 2074361856 12380 33554432000 4194304 5849708 140726368891392 140726368890696 4467851 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 506436 12380 599 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 49520 KiB

[startup+0.700311 s]
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19476600/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2026784 memory=87564 CPUtime=0.69 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 2685 0 0 0 68 1 0 0 20 0 1 0 220582989 2075426816 21891 33554432000 4194304 5849708 140726368891392 140726368890696 140288448794503 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 506696 21891 702 405 0 503641 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2026784 KiB
Current children cumulated memory: 87564 KiB

[startup+1.50025 s]
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19459004/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2032416 memory=95184 CPUtime=1.49 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 4095 0 0 0 144 5 0 0 20 0 1 0 220582989 2081193984 23796 33554432000 4194304 5849708 140726368891392 140726368890488 4548519 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 508104 23796 704 405 0 505049 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2032416 KiB
Current children cumulated memory: 95184 KiB

[startup+3.10943 s]
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19447028/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2038820 memory=101792 CPUtime=3.1 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 5685 0 0 0 300 10 0 0 20 0 1 0 220582989 2087751680 25448 33554432000 4194304 5849708 140726368891392 140726368890376 140288448794503 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 509705 25448 704 405 0 506650 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2038820 KiB
Current children cumulated memory: 101792 KiB

[startup+6.30023 s]
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19434216/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2051748 memory=114720 CPUtime=6.29 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 7104 0 0 0 607 22 0 0 20 0 1 0 220582989 2100989952 28680 33554432000 4194304 5849708 140726368891392 140726368890488 5432415 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 512937 28680 704 405 0 509882 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2051748 KiB
Current children cumulated memory: 114720 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19409768/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2076324 memory=139296 CPUtime=12.69 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 9374 0 0 0 1223 46 0 0 20 0 1 0 220582989 2126155776 34824 33554432000 4194304 5849708 140726368891392 140726368890488 140288448794503 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 519081 34824 704 405 0 516026 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2076324 KiB
Current children cumulated memory: 139296 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.05 2.05 3/188 19605
/proc/meminfo: memFree=19359628/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2126888 memory=189860 CPUtime=25.48 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 12182 0 0 0 2455 93 0 0 20 0 1 0 220582989 2177933312 47465 33554432000 4194304 5849708 140726368891392 140726368890488 140288448794503 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 531722 47465 704 405 0 528667 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2126888 KiB
Current children cumulated memory: 189860 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 19605
/proc/meminfo: memFree=19212088/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2274104 memory=336032 CPUtime=51.08 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 46534 0 0 0 4951 157 0 0 20 0 1 0 220582989 2328682496 84008 33554432000 4194304 5849708 140726368891392 140726368890264 5437627 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 568526 84008 735 405 0 565471 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2274104 KiB
Current children cumulated memory: 336032 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 19606
/proc/meminfo: memFree=19212780/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2272760 memory=335868 CPUtime=102.26 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 103128 0 0 0 10050 176 0 0 20 0 1 0 220582989 2327306240 83967 33554432000 4194304 5849708 140726368891392 140726368890392 5353712 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 568190 83967 738 405 0 565135 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2272760 KiB
Current children cumulated memory: 335868 KiB

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 19668
/proc/meminfo: memFree=20291908/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2426736 memory=489576 CPUtime=162.25 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 115554 0 0 0 15885 340 0 0 20 0 1 0 220582989 2484977664 122394 33554432000 4194304 5849708 140726368891392 140726368890104 5441483 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 606684 122394 747 405 0 603629 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 2426736 KiB
Current children cumulated memory: 489576 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 19669
/proc/meminfo: memFree=20427156/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2272336 memory=335368 CPUtime=222.23 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 159846 0 0 0 21861 362 0 0 20 0 1 0 220582989 2326872064 83842 33554432000 4194304 5849708 140726368891392 140726368890392 5307626 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 568084 83842 747 405 0 565029 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 2272336 KiB
Current children cumulated memory: 335368 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 19670
/proc/meminfo: memFree=20409264/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2270456 memory=336120 CPUtime=282.22 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 172355 0 0 0 27834 388 0 0 20 0 1 0 220582989 2324946944 84030 33554432000 4194304 5849708 140726368891392 140726368890392 5335584 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 567614 84030 747 405 0 564559 0
Current children cumulated CPU time: 282.22 s
Current children cumulated vsize: 2270456 KiB
Current children cumulated memory: 336120 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 19671
/proc/meminfo: memFree=20388012/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2273084 memory=338620 CPUtime=342.21 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 215150 0 0 0 33807 414 0 0 20 0 1 0 220582989 2327638016 84655 33554432000 4194304 5849708 140726368891392 140726368890392 5437625 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 568271 84655 747 405 0 565216 0
Current children cumulated CPU time: 342.21 s
Current children cumulated vsize: 2273084 KiB
Current children cumulated memory: 338620 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 19672
/proc/meminfo: memFree=20249092/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2414344 memory=476780 CPUtime=402.19 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 220770 0 0 0 39785 434 0 0 20 0 1 0 220582989 2472288256 119195 33554432000 4194304 5849708 140726368891392 140726368890392 5437592 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 603586 119195 747 405 0 600531 0
Current children cumulated CPU time: 402.19 s
Current children cumulated vsize: 2414344 KiB
Current children cumulated memory: 476780 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19673
/proc/meminfo: memFree=20293872/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2414892 memory=476108 CPUtime=462.18 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 261216 0 0 0 45756 462 0 0 20 0 1 0 220582989 2472849408 119027 33554432000 4194304 5849708 140726368891392 140726368889880 4233477 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 603723 119027 747 405 0 600668 0
Current children cumulated CPU time: 462.18 s
Current children cumulated vsize: 2414892 KiB
Current children cumulated memory: 476108 KiB


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

/proc/19596/statm: 611257 127641 747 405 0 608202 0
Current children cumulated CPU time: 1722.03 s
Current children cumulated vsize: 2445028 KiB
Current children cumulated memory: 510564 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19713
/proc/meminfo: memFree=19860936/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2445028 memory=510564 CPUtime=1782.03 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 844819 0 0 0 177203 1000 0 0 20 0 1 0 220582989 2503708672 127641 33554432000 4194304 5849708 140726368891392 140726368890264 5312908 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 611257 127641 747 405 0 608202 0
Current children cumulated CPU time: 1782.03 s
Current children cumulated vsize: 2445028 KiB
Current children cumulated memory: 510564 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 19722
/proc/meminfo: memFree=19751040/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456928 memory=516224 CPUtime=1842.02 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 861027 0 0 0 183167 1035 0 0 20 0 1 0 220582989 2515894272 129056 33554432000 4194304 5849708 140726368891392 140726368890264 5312794 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614232 129056 747 405 0 611177 0
Current children cumulated CPU time: 1842.02 s
Current children cumulated vsize: 2456928 KiB
Current children cumulated memory: 516224 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 19749
/proc/meminfo: memFree=19750524/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456736 memory=516032 CPUtime=1902.01 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 890154 0 0 0 189144 1057 0 0 20 0 1 0 220582989 2515697664 129008 33554432000 4194304 5849708 140726368891392 140726368890392 5307573 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614184 129008 747 405 0 611129 0
Current children cumulated CPU time: 1902.01 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 516032 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 19750
/proc/meminfo: memFree=19750600/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456736 memory=516032 CPUtime=1962.01 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 938021 0 0 0 195122 1079 0 0 20 0 1 0 220582989 2515697664 129008 33554432000 4194304 5849708 140726368891392 140726368890264 140288448794503 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614184 129008 747 405 0 611129 0
Current children cumulated CPU time: 1962.01 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 516032 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 19751
/proc/meminfo: memFree=19651428/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456736 memory=516032 CPUtime=2022.01 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 938672 0 0 0 201101 1100 0 0 20 0 1 0 220582989 2515697664 129008 33554432000 4194304 5849708 140726368891392 140726368890392 140288448794503 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614184 129008 747 405 0 611129 0
Current children cumulated CPU time: 2022.01 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 516032 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 19752
/proc/meminfo: memFree=19650792/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456736 memory=516032 CPUtime=2082 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 979330 0 0 0 207072 1128 0 0 20 0 1 0 220582989 2515697664 129008 33554432000 4194304 5849708 140726368891392 140726368890392 5307573 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614184 129008 747 405 0 611129 0
Current children cumulated CPU time: 2082 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 516032 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 19753
/proc/meminfo: memFree=19651508/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456364 memory=515660 CPUtime=2142 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1009503 0 0 0 213050 1150 0 0 20 0 1 0 220582989 2515316736 128915 33554432000 4194304 5849708 140726368891392 140726368889880 4211600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614091 128915 747 405 0 611036 0
Current children cumulated CPU time: 2142 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 515660 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19754
/proc/meminfo: memFree=19579784/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456364 memory=515660 CPUtime=2201.99 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1018041 0 0 0 219029 1170 0 0 20 0 1 0 220582989 2515316736 128915 33554432000 4194304 5849708 140726368891392 140726368890392 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614091 128915 747 405 0 611036 0
Current children cumulated CPU time: 2201.99 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 515660 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19755
/proc/meminfo: memFree=19509976/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456364 memory=519756 CPUtime=2261.98 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1058979 0 0 0 224998 1200 0 0 20 0 1 0 220582989 2515316736 129939 33554432000 4194304 5849708 140726368891392 140726368890392 140288448794503 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614091 129939 747 405 0 611036 0
Current children cumulated CPU time: 2261.98 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 519756 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19756
/proc/meminfo: memFree=19535856/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456164 memory=519556 CPUtime=2321.98 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1086268 0 0 0 230977 1221 0 0 20 0 1 0 220582989 2515111936 129889 33554432000 4194304 5849708 140726368891392 140726368890392 5437837 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614041 129889 747 405 0 610986 0
Current children cumulated CPU time: 2321.98 s
Current children cumulated vsize: 2456164 KiB
Current children cumulated memory: 519556 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19757
/proc/meminfo: memFree=19535616/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456164 memory=519556 CPUtime=2381.97 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1097790 0 0 0 236959 1238 0 0 20 0 1 0 220582989 2515111936 129889 33554432000 4194304 5849708 140726368891392 140726368890392 5437627 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614041 129889 747 405 0 610986 0
Current children cumulated CPU time: 2381.97 s
Current children cumulated vsize: 2456164 KiB
Current children cumulated memory: 519556 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19765
/proc/meminfo: memFree=19535312/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2456164 memory=519556 CPUtime=2441.96 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1137863 0 0 0 242937 1259 0 0 20 0 1 0 220582989 2515111936 129889 33554432000 4194304 5849708 140726368891392 140726368890552 5335618 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 614041 129889 747 405 0 610986 0
Current children cumulated CPU time: 2441.96 s
Current children cumulated vsize: 2456164 KiB
Current children cumulated memory: 519556 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19766
/proc/meminfo: memFree=19488392/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2436192 memory=501856 CPUtime=2501.97 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1164084 0 0 0 248911 1286 0 0 20 0 1 0 220582989 2494660608 125464 33554432000 4194304 5849708 140726368891392 140726368890264 5312656 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 609048 125464 747 405 0 605993 0
Current children cumulated CPU time: 2501.97 s
Current children cumulated vsize: 2436192 KiB
Current children cumulated memory: 501856 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 19766
/proc/meminfo: memFree=19537160/32770624 swapFree=67108688/67108860
[pid=19596] ppid=19593 vsize=2436192 memory=501856 CPUtime=2519.67 cores=0,2,4,6
/proc/19596/stat : 19596 (xcsp_picat) R 19593 19596 18978 0 -1 4202496 1167108 0 0 0 250677 1290 0 0 20 0 1 0 220582989 2494660608 125464 33554432000 4194304 5849708 140726368891392 140726368890392 140288448794503 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 20238336 140726368900278 140726368900356 140726368900356 140726368903114 0
/proc/19596/statm: 609048 125464 747 405 0 605993 0
Current children cumulated CPU time: 2519.67 s
Current children cumulated vsize: 2436192 KiB
Current children cumulated memory: 501856 KiB

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

[startup+2520.02 s]
# the end of solver process 19596 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.77 s, system=12.9193 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.02
CPU time (s): 2519.69
CPU user time (s): 2506.77
CPU system time (s): 12.9193
CPU usage (%): 99.9869
Max. virtual memory (cumulated for all children) (KiB): 2489700
Max. memory (cumulated for all children) (KiB): 552448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.77
system time used= 12.9193
maximum resident set size= 552528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1167108
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= 7
involuntary context switches= 1521


# summary of solver processes directly reported to runsolver:
#   pid: 19596
#   total CPU time (s): 2519.69
#   total CPU user time (s): 2506.77
#   total CPU system time (s): 12.9193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.23783 second user time and 18.768 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 01:30:01
IDJOB=4303036
IDBENCH=141623
IDSOLVER=2778
FILE ID=node106/4303036-1534030201
RUNJOBID= node106-1534025075-19009
PBS_JOBID= 21036957
Free space on /tmp= 39660 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-100-50-00_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303036-1534030201/watcher-4303036-1534030201 -o /tmp/evaluation-result-4303036-1534030201/solver-4303036-1534030201 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534025075-19009 --watchdog 2580  xcsp_picat HOME/instance-4303036-1534030201.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=925339449

node106.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.11
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.11
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.11
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.11
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:        19547468 kB
MemAvailable:   30625432 kB
Buffers:           86480 kB
Cached:         11140116 kB
SwapCached:            0 kB
Active:          6756788 kB
Inactive:        5803104 kB
Active(anon):    1280092 kB
Inactive(anon):   105632 kB
Active(file):    5476696 kB
Inactive(file):  5697472 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3060 kB
Writeback:             4 kB
AnonPages:       1331804 kB
Mapped:            53152 kB
Shmem:             49632 kB
Slab:             359756 kB
SReclaimable:     332256 kB
SUnreclaim:        27500 kB
KernelStack:        3456 kB
PageTables:         8360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3558704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1239040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-12 02:12:01