Trace number 4309376

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) 2520.1 2519.81

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309376-1534317474/watcher-4309376-1534317474 -o /tmp/evaluation-result-4309376-1534317474/solver-4309376-1534317474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534294082-5448 --watchdog 2580 xcsp_picat HOME/instance-4309376-1534317474.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
solver pid=8762, runsolver pid=8759
Current StackSize limit: 8192 KiB


[startup+0.100424 s]*
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15352084/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2025744 memory=22564 CPUtime=0.09 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 1207 0 0 0 9 0 0 0 20 0 1 0 249310576 2074361856 5641 33554432000 4194304 5849940 140733314210384 140733314209688 4507513 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 506436 5641 596 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 22564 KiB

[startup+0.209724 s]*
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15339656/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2025744 memory=36900 CPUtime=0.21 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 1214 0 0 0 20 1 0 0 20 0 1 0 249310576 2074361856 9225 33554432000 4194304 5849940 140733314210384 140733314209688 4540108 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 506436 9225 596 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 36900 KiB

[startup+0.309557 s]*
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15325320/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2025744 memory=49188 CPUtime=0.31 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 1220 0 0 0 30 1 0 0 20 0 1 0 249310576 2074361856 12297 33554432000 4194304 5849940 140733314210384 140733314209688 4850857 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 506436 12297 596 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 49188 KiB

[startup+0.700392 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15299628/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2026784 memory=88572 CPUtime=0.69 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 1916 0 0 0 67 2 0 0 20 0 1 0 249310576 2075426816 22143 33554432000 4194304 5849940 140733314210384 140733314209688 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 506696 22143 702 405 0 503640 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2026784 KiB
Current children cumulated memory: 88572 KiB

[startup+1.5003 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15281756/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2032416 memory=98240 CPUtime=1.48 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 3327 0 0 0 144 4 0 0 20 0 1 0 249310576 2081193984 24560 33554432000 4194304 5849940 140733314210384 140733314209496 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 508104 24560 704 405 0 505048 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2032416 KiB
Current children cumulated memory: 98240 KiB

[startup+3.1094 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15269912/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2038820 memory=104848 CPUtime=3.09 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 4705 0 0 0 299 10 0 0 20 0 1 0 249310576 2087751680 26212 33554432000 4194304 5849940 140733314210384 140733314209496 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 509705 26212 704 405 0 506649 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2038820 KiB
Current children cumulated memory: 104848 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15256856/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2051748 memory=117776 CPUtime=6.29 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 6503 0 0 0 607 22 0 0 20 0 1 0 249310576 2100989952 29444 33554432000 4194304 5849940 140733314210384 140733314209624 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 512937 29444 704 405 0 509881 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2051748 KiB
Current children cumulated memory: 117776 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15232160/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2077224 memory=143252 CPUtime=12.69 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 8726 0 0 0 1223 46 0 0 20 0 1 0 249310576 2127077376 35813 33554432000 4194304 5849940 140733314210384 140733314209624 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 519306 35813 704 405 0 516250 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2077224 KiB
Current children cumulated memory: 143252 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15181436/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2126888 memory=192916 CPUtime=25.49 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 10837 0 0 0 2456 93 0 0 20 0 1 0 249310576 2177933312 48229 33554432000 4194304 5849940 140733314210384 140733314209496 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 531722 48229 704 405 0 528666 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2126888 KiB
Current children cumulated memory: 192916 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 8763
/proc/meminfo: memFree=15034772/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2274104 memory=338744 CPUtime=51.1 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 44824 0 0 0 4955 155 0 0 20 0 1 0 249310576 2328682496 84686 33554432000 4194304 5849940 140733314210384 140733314209256 5307941 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 568526 84686 736 405 0 565470 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2274104 KiB
Current children cumulated memory: 338744 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8764
/proc/meminfo: memFree=15034648/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2272760 memory=338928 CPUtime=102.3 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 101861 0 0 0 10055 175 0 0 20 0 1 0 249310576 2327306240 84732 33554432000 4194304 5849940 140733314210384 140733314209384 5437828 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 568190 84732 738 405 0 565134 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2272760 KiB
Current children cumulated memory: 338928 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 4/189 8834
/proc/meminfo: memFree=14725500/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2295664 memory=366740 CPUtime=162.31 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 127669 0 0 0 15893 338 0 0 20 0 1 0 249310576 2350759936 91685 33554432000 4194304 5849940 140733314210384 140733314209384 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 573916 91685 747 405 0 570860 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2295664 KiB
Current children cumulated memory: 366740 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/189 8835
/proc/meminfo: memFree=14274148/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2272336 memory=343188 CPUtime=222.31 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 133459 0 0 0 21874 357 0 0 20 0 1 0 249310576 2326872064 85797 33554432000 4194304 5849940 140733314210384 140733314209384 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 568084 85797 747 405 0 565028 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2272336 KiB
Current children cumulated memory: 343188 KiB

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 4/189 8836
/proc/meminfo: memFree=13603980/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2270456 memory=341660 CPUtime=282.32 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 196818 0 0 0 27849 383 0 0 20 0 1 0 249310576 2324946944 85415 33554432000 4194304 5849940 140733314210384 140733314209384 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 567614 85415 747 405 0 564558 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2270456 KiB
Current children cumulated memory: 341660 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 4/189 8837
/proc/meminfo: memFree=13601568/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2273084 memory=344160 CPUtime=342.33 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 205033 0 0 0 33827 406 0 0 20 0 1 0 249310576 2327638016 86040 33554432000 4194304 5849940 140733314210384 140733314209544 5312986 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 568271 86040 747 405 0 565215 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 2273084 KiB
Current children cumulated memory: 344160 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 8838
/proc/meminfo: memFree=13965048/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2414344 memory=482340 CPUtime=402.33 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 211167 0 0 0 39806 427 0 0 20 0 1 0 249310576 2472288256 120585 33554432000 4194304 5849940 140733314210384 140733314209544 139769862123399 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 603586 120585 747 405 0 600530 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 2414344 KiB
Current children cumulated memory: 482340 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 8840
/proc/meminfo: memFree=13441160/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2414892 memory=482164 CPUtime=462.34 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 249881 0 0 0 45782 452 0 0 20 0 1 0 249310576 2472849408 120541 33554432000 4194304 5849940 140733314210384 140733314208872 4234716 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 603723 120541 747 405 0 600667 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2414892 KiB
Current children cumulated memory: 482164 KiB


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

/proc/8762/statm: 611257 129026 747 405 0 608201 0
Current children cumulated CPU time: 1722.48 s
Current children cumulated vsize: 2445028 KiB
Current children cumulated memory: 516104 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/187 8880
/proc/meminfo: memFree=13411980/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2445028 memory=516104 CPUtime=1782.49 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 676272 0 0 0 177280 969 0 0 20 0 1 0 249310576 2503708672 129026 33554432000 4194304 5849940 140733314210384 140733314209384 5312793 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 611257 129026 747 405 0 608201 0
Current children cumulated CPU time: 1782.49 s
Current children cumulated vsize: 2445028 KiB
Current children cumulated memory: 516104 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.07 2.09 3/187 8881
/proc/meminfo: memFree=13406680/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456928 memory=521412 CPUtime=1842.5 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 684223 0 0 0 183248 1002 0 0 20 0 1 0 249310576 2515894272 130353 33554432000 4194304 5849940 140733314210384 140733314209384 5313367 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614232 130353 747 405 0 611176 0
Current children cumulated CPU time: 1842.5 s
Current children cumulated vsize: 2456928 KiB
Current children cumulated memory: 521412 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.06 2.09 3/187 8882
/proc/meminfo: memFree=13406884/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456736 memory=521220 CPUtime=1902.51 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 715437 0 0 0 189222 1029 0 0 20 0 1 0 249310576 2515697664 130305 33554432000 4194304 5849940 140733314210384 140733314209384 5339037 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614184 130305 747 405 0 611128 0
Current children cumulated CPU time: 1902.51 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 521220 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/188 8891
/proc/meminfo: memFree=13405952/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456736 memory=521220 CPUtime=1962.52 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 741325 0 0 0 195201 1051 0 0 20 0 1 0 249310576 2515697664 130305 33554432000 4194304 5849940 140733314210384 140733314209384 5437650 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614184 130305 747 405 0 611128 0
Current children cumulated CPU time: 1962.52 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 521220 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/188 8892
/proc/meminfo: memFree=13954884/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456736 memory=521220 CPUtime=2022.53 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 741746 0 0 0 201184 1069 0 0 20 0 1 0 249310576 2515697664 130305 33554432000 4194304 5849940 140733314210384 140733314209384 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614184 130305 747 405 0 611128 0
Current children cumulated CPU time: 2022.53 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 521220 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/188 8893
/proc/meminfo: memFree=13085108/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456736 memory=521220 CPUtime=2082.53 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 770327 0 0 0 207160 1093 0 0 20 0 1 0 249310576 2515697664 130305 33554432000 4194304 5849940 140733314210384 140733314209384 5438372 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614184 130305 747 405 0 611128 0
Current children cumulated CPU time: 2082.53 s
Current children cumulated vsize: 2456736 KiB
Current children cumulated memory: 521220 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 8894
/proc/meminfo: memFree=13085688/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456364 memory=520848 CPUtime=2142.54 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 799751 0 0 0 213137 1117 0 0 20 0 1 0 249310576 2515316736 130212 33554432000 4194304 5849940 140733314210384 140733314209384 5437768 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614091 130212 747 405 0 611035 0
Current children cumulated CPU time: 2142.54 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 520848 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/188 8895
/proc/meminfo: memFree=13085744/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456364 memory=520848 CPUtime=2202.55 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 799791 0 0 0 219116 1139 0 0 20 0 1 0 249310576 2515316736 130212 33554432000 4194304 5849940 140733314210384 140733314209384 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614091 130212 747 405 0 611035 0
Current children cumulated CPU time: 2202.55 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 520848 KiB

[startup+2262.3 s]
/proc/loadavg: 2.12 2.05 2.06 3/187 8897
/proc/meminfo: memFree=13081024/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456364 memory=524944 CPUtime=2262.56 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 839015 0 0 0 225092 1164 0 0 20 0 1 0 249310576 2515316736 131236 33554432000 4194304 5849940 140733314210384 140733314209384 5438016 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614091 131236 747 405 0 611035 0
Current children cumulated CPU time: 2262.56 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 524944 KiB

[startup+2322.3 s]
/proc/loadavg: 2.04 2.04 2.06 3/187 8898
/proc/meminfo: memFree=13955072/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456364 memory=524944 CPUtime=2322.56 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 857705 0 0 0 231071 1185 0 0 20 0 1 0 249310576 2515316736 131236 33554432000 4194304 5849940 140733314210384 140733314209384 5438372 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614091 131236 747 405 0 611035 0
Current children cumulated CPU time: 2322.56 s
Current children cumulated vsize: 2456364 KiB
Current children cumulated memory: 524944 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 8899
/proc/meminfo: memFree=13141216/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456164 memory=524744 CPUtime=2382.56 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 895190 0 0 0 237050 1206 0 0 20 0 1 0 249310576 2515111936 131186 33554432000 4194304 5849940 140733314210384 140733314209384 5438424 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614041 131186 747 405 0 610985 0
Current children cumulated CPU time: 2382.56 s
Current children cumulated vsize: 2456164 KiB
Current children cumulated memory: 524744 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 8901
/proc/meminfo: memFree=13619968/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2456164 memory=524744 CPUtime=2442.57 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 914981 0 0 0 243033 1224 0 0 20 0 1 0 249310576 2515111936 131186 33554432000 4194304 5849940 140733314210384 140733314209384 5437824 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 614041 131186 747 405 0 610985 0
Current children cumulated CPU time: 2442.57 s
Current children cumulated vsize: 2456164 KiB
Current children cumulated memory: 524744 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8903
/proc/meminfo: memFree=13978156/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2436192 memory=507396 CPUtime=2502.57 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 966680 0 0 0 249005 1252 0 0 20 0 1 0 249310576 2494660608 126849 33554432000 4194304 5849940 140733314210384 140733314209384 5335774 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 609048 126849 747 405 0 605992 0
Current children cumulated CPU time: 2502.57 s
Current children cumulated vsize: 2436192 KiB
Current children cumulated memory: 507396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 8904
/proc/meminfo: memFree=13114592/32770624 swapFree=67108504/67108860
[pid=8762] ppid=8759 vsize=2436192 memory=507396 CPUtime=2520.08 cores=1,3,5,7
/proc/8762/stat : 8762 (xcsp_picat) R 8759 8762 5416 0 -1 4202496 967215 0 0 0 250750 1258 0 0 20 0 1 0 249310576 2494660608 126849 33554432000 4194304 5849940 140733314210384 140733314209256 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 43667456 140733314217142 140733314217220 140733314217220 140733314219978 0
/proc/8762/statm: 609048 126849 747 405 0 605992 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 2436192 KiB
Current children cumulated memory: 507396 KiB

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

[startup+2519.81 s]
# the end of solver process 8762 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.51 s, system=12.5995 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): 2519.81
CPU time (s): 2520.1
CPU user time (s): 2507.51
CPU system time (s): 12.5995
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 2489700
Max. memory (cumulated for all children) (KiB): 557696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.51
system time used= 12.5995
maximum resident set size= 557716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 967215
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= 3
involuntary context switches= 836


# summary of solver processes directly reported to runsolver:
#   pid: 8762
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2507.51
#   total CPU system time (s): 12.5995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.00429 second user time and 19.5606 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-15 09:17:54
IDJOB=4309376
IDBENCH=141623
IDSOLVER=2794
FILE ID=node104/4309376-1534317474
RUNJOBID= node104-1534294082-5448
PBS_JOBID= 21038148
Free space on /tmp= 40048 MiB

SOLVER NAME= PicatSAT 2018-08-14
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-4309376-1534317474/watcher-4309376-1534317474 -o /tmp/evaluation-result-4309376-1534317474/solver-4309376-1534317474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534294082-5448 --watchdog 2580  xcsp_picat HOME/instance-4309376-1534317474.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=748467119

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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	: 5333.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	: 5333.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	: 5333.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:        15372900 kB
MemAvailable:   31590748 kB
Buffers:          246812 kB
Cached:         16024664 kB
SwapCached:            8 kB
Active:          8073352 kB
Inactive:        8559300 kB
Active(anon):     311852 kB
Inactive(anon):   109336 kB
Active(file):    7761500 kB
Inactive(file):  8449964 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:        368012 kB
Mapped:            57552 kB
Shmem:             57828 kB
Slab:             463176 kB
SReclaimable:     434844 kB
SUnreclaim:        28332 kB
KernelStack:        3312 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2669888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 40044 MiB
End job on node104 at 2018-08-15 09:59:54