Trace number 4407817

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.02 2399.7

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-10.xml
MD5SUM5b2f64ce8ea12bd170df7a7ab6f64ceb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark225
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size34
Distribution of domain sizes[{"size":30,"count":30},{"size":34,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

29.10/29.12	c xcsp_picat version 2.7b12 (9/12/2019)
29.10/29.12	o 358
159.61/159.62	o 138

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407817-1569512982/watcher-4407817-1569512982 -o /tmp/evaluation-result-4407817-1569512982/solver-4407817-1569512982 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569509598-1546 --watchdog 2560 xcsp_picat HOME/instance-4407817-1569512982.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=2500, runsolver pid=2497

[startup+0.100182 s]*
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25140432/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2038952 memory=33936 CPUtime=0.1 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 3146 0 0 0 10 0 0 0 20 0 1 0 527235956 2087886848 8484 33554432000 4194304 5870510 140724980807008 140724980805560 140002980388743 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 509738 8484 942 410 0 505211 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2038952 KiB
Current children cumulated memory: 33936 KiB

[startup+0.20972 s]*
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25135664/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2040636 memory=35800 CPUtime=0.2 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 3623 0 0 0 20 0 0 0 20 0 1 0 527235956 2089611264 8950 33554432000 4194304 5870510 140724980807008 140724980805560 5337488 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 510159 8950 943 410 0 505632 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2040636 KiB
Current children cumulated memory: 35800 KiB

[startup+0.309657 s]*
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25137216/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2038596 memory=34112 CPUtime=0.3 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 4272 0 0 0 30 0 0 0 20 0 1 0 527235956 2087522304 8528 33554432000 4194304 5870510 140724980807008 140724980805560 140002985625941 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 509649 8528 973 410 0 505122 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2038596 KiB
Current children cumulated memory: 34112 KiB

[startup+0.700308 s]
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25136472/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2040536 memory=36468 CPUtime=0.7 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 4874 0 0 0 69 1 0 0 20 0 1 0 527235956 2089508864 9117 33554432000 4194304 5870510 140724980807008 140724980805960 5288964 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 510134 9117 973 410 0 505607 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2040536 KiB
Current children cumulated memory: 36468 KiB

[startup+1.50036 s]
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25131324/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2048244 memory=43512 CPUtime=1.49 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 5791 0 0 0 148 1 0 0 20 0 1 0 527235956 2097401856 10878 33554432000 4194304 5870510 140724980807008 140724980805960 5298780 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 512061 10878 975 410 0 507534 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2048244 KiB
Current children cumulated memory: 43512 KiB

[startup+3.10955 s]
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25111712/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2067632 memory=59776 CPUtime=3.1 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 8549 0 0 0 309 1 0 0 20 0 1 0 527235956 2117255168 14944 33554432000 4194304 5870510 140724980807008 140724980805960 5289471 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 516908 14944 975 410 0 512381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2067632 KiB
Current children cumulated memory: 59776 KiB

[startup+6.30037 s]
/proc/loadavg: 2.08 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25100328/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2087280 memory=73072 CPUtime=6.29 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 13666 0 0 0 626 3 0 0 20 0 1 0 527235956 2137374720 18268 33554432000 4194304 5870510 140724980807008 140724980805960 5282505 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 521820 18268 975 410 0 517293 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2087280 KiB
Current children cumulated memory: 73072 KiB

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 1.97 3/199 2501
/proc/meminfo: memFree=25103912/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2099836 memory=69424 CPUtime=12.7 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 19700 0 0 0 1265 5 0 0 20 0 1 0 527235956 2150232064 17356 33554432000 4194304 5870510 140724980807008 140724980805448 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 524959 17356 983 410 0 520432 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2099836 KiB
Current children cumulated memory: 69424 KiB

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 1.97 3/199 2503
/proc/meminfo: memFree=25080640/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2099836 memory=89896 CPUtime=25.49 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 26181 0 0 0 2543 6 0 0 20 0 1 0 527235956 2150232064 22474 33554432000 4194304 5870510 140724980807008 140724980806024 5272202 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 524959 22474 983 410 0 520432 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2099836 KiB
Current children cumulated memory: 89896 KiB

[startup+51.1096 s]
/proc/loadavg: 2.04 2.03 1.97 3/199 2504
/proc/meminfo: memFree=25080640/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2099836 memory=89896 CPUtime=51.1 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 29869 0 0 0 5104 6 0 0 20 0 1 0 527235956 2150232064 22474 33554432000 4194304 5870510 140724980807008 140724980806120 5262756 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 524959 22474 983 410 0 520432 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2099836 KiB
Current children cumulated memory: 89896 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/200 2516
/proc/meminfo: memFree=25067224/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2112044 memory=103368 CPUtime=102.31 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 36719 0 0 0 10223 8 0 0 20 0 1 0 527235956 2162733056 25842 33554432000 4194304 5870510 140724980807008 140724980805448 5283072 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 528011 25842 983 410 0 523484 0
Current children cumulated CPU time: 102.31 s
Current children cumulated vsize: 2112044 KiB
Current children cumulated memory: 103368 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/200 2522
/proc/meminfo: memFree=25073296/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2099836 memory=96212 CPUtime=162.32 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 42227 0 0 0 16223 9 0 0 20 0 1 0 527235956 2150232064 24053 33554432000 4194304 5870510 140724980807008 140724980806120 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 524959 24053 983 410 0 520432 0
Current children cumulated CPU time: 162.32 s
Current children cumulated vsize: 2099836 KiB
Current children cumulated memory: 96212 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 2526
/proc/meminfo: memFree=25086112/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2101256 memory=97532 CPUtime=222.32 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 42602 0 0 0 22223 9 0 0 20 0 1 0 527235956 2151686144 24383 33554432000 4194304 5870510 140724980807008 140724980805576 140002985628597 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 525314 24383 985 410 0 520787 0
Current children cumulated CPU time: 222.32 s
Current children cumulated vsize: 2101256 KiB
Current children cumulated memory: 97532 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 2530
/proc/meminfo: memFree=25037740/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2125140 memory=116528 CPUtime=282.33 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 46741 0 0 0 28224 9 0 0 20 0 1 0 527235956 2176143360 29132 33554432000 4194304 5870510 140724980807008 140724980805448 5282382 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 531285 29132 985 410 0 526758 0
Current children cumulated CPU time: 282.33 s
Current children cumulated vsize: 2125140 KiB
Current children cumulated memory: 116528 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 2536
/proc/meminfo: memFree=25056232/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2099836 memory=96320 CPUtime=342.34 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 49306 0 0 0 34223 11 0 0 20 0 1 0 527235956 2150232064 24080 33554432000 4194304 5870510 140724980807008 140724980805448 5282467 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 524959 24080 985 410 0 520432 0
Current children cumulated CPU time: 342.34 s
Current children cumulated vsize: 2099836 KiB
Current children cumulated memory: 96320 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 2541
/proc/meminfo: memFree=25039628/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2118636 memory=110384 CPUtime=402.34 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 49770 0 0 0 40223 11 0 0 20 0 1 0 527235956 2169483264 27596 33554432000 4194304 5870510 140724980807008 140724980805448 5283135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 529659 27596 985 410 0 525132 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 2118636 KiB
Current children cumulated memory: 110384 KiB

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 1.98 3/199 2545
/proc/meminfo: memFree=25037552/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2119412 memory=117092 CPUtime=462.35 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 49776 0 0 0 46224 11 0 0 20 0 1 0 527235956 2170277888 29273 33554432000 4194304 5870510 140724980807008 140724980805576 5272427 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 529853 29273 985 410 0 525326 0
Current children cumulated CPU time: 462.35 s
Current children cumulated vsize: 2119412 KiB
Current children cumulated memory: 117092 KiB


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

/proc/2500/statm: 537027 36509 985 410 0 532500 0
Current children cumulated CPU time: 1662.51 s
Current children cumulated vsize: 2148108 KiB
Current children cumulated memory: 146036 KiB

[startup+1722.3 s]
/proc/loadavg: 1.06 1.52 1.82 2/192 2729
/proc/meminfo: memFree=25229444/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2148108 memory=146096 CPUtime=1722.52 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 71919 0 0 0 172231 21 0 0 20 0 1 0 527235956 2199662592 36524 33554432000 4194304 5870510 140724980807008 140724980805576 5282767 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 537027 36524 985 410 0 532500 0
Current children cumulated CPU time: 1722.52 s
Current children cumulated vsize: 2148108 KiB
Current children cumulated memory: 146096 KiB

[startup+1782.3 s]
/proc/loadavg: 1.02 1.43 1.77 2/192 2735
/proc/meminfo: memFree=25228960/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2148108 memory=146096 CPUtime=1782.53 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 72392 0 0 0 178232 21 0 0 20 0 1 0 527235956 2199662592 36524 33554432000 4194304 5870510 140724980807008 140724980805576 5272978 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 537027 36524 985 410 0 532500 0
Current children cumulated CPU time: 1782.53 s
Current children cumulated vsize: 2148108 KiB
Current children cumulated memory: 146096 KiB

[startup+1842.3 s]
/proc/loadavg: 1.01 1.35 1.72 2/192 2739
/proc/meminfo: memFree=25228640/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2148108 memory=146096 CPUtime=1842.53 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 72408 0 0 0 184232 21 0 0 20 0 1 0 527235956 2199662592 36524 33554432000 4194304 5870510 140724980807008 140724980805576 5283024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 537027 36524 985 410 0 532500 0
Current children cumulated CPU time: 1842.53 s
Current children cumulated vsize: 2148108 KiB
Current children cumulated memory: 146096 KiB

[startup+1902.3 s]
/proc/loadavg: 1.00 1.29 1.68 2/192 2750
/proc/meminfo: memFree=25275452/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2099836 memory=98984 CPUtime=1902.54 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 73234 0 0 0 190233 21 0 0 20 0 1 0 527235956 2150232064 24746 33554432000 4194304 5870510 140724980807008 140724980805576 5282759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 524959 24746 985 410 0 520432 0
Current children cumulated CPU time: 1902.54 s
Current children cumulated vsize: 2099836 KiB
Current children cumulated memory: 98984 KiB

[startup+1962.3 s]
/proc/loadavg: 1.00 1.23 1.63 2/192 2756
/proc/meminfo: memFree=25269528/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2124036 memory=109220 CPUtime=1962.55 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 74688 0 0 0 196234 21 0 0 20 0 1 0 527235956 2175012864 27305 33554432000 4194304 5870510 140724980807008 140724980805448 5282721 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 531009 27305 985 410 0 526482 0
Current children cumulated CPU time: 1962.55 s
Current children cumulated vsize: 2124036 KiB
Current children cumulated memory: 109220 KiB

[startup+2022.3 s]
/proc/loadavg: 1.00 1.19 1.59 2/192 2760
/proc/meminfo: memFree=25257888/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2124036 memory=117412 CPUtime=2022.56 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 75441 0 0 0 202234 22 0 0 20 0 1 0 527235956 2175012864 29353 33554432000 4194304 5870510 140724980807008 140724980805448 5282606 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 531009 29353 985 410 0 526482 0
Current children cumulated CPU time: 2022.56 s
Current children cumulated vsize: 2124036 KiB
Current children cumulated memory: 117412 KiB

[startup+2082.3 s]
/proc/loadavg: 1.00 1.16 1.56 2/192 2764
/proc/meminfo: memFree=25253468/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2124404 memory=121508 CPUtime=2082.57 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 75454 0 0 0 208235 22 0 0 20 0 1 0 527235956 2175389696 30377 33554432000 4194304 5870510 140724980807008 140724980805576 5282759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 531101 30377 985 410 0 526574 0
Current children cumulated CPU time: 2082.57 s
Current children cumulated vsize: 2124404 KiB
Current children cumulated memory: 121508 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.13 1.52 2/192 2770
/proc/meminfo: memFree=25251292/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2124404 memory=123256 CPUtime=2142.57 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 75906 0 0 0 214235 22 0 0 20 0 1 0 527235956 2175389696 30814 33554432000 4194304 5870510 140724980807008 140724980805576 5262484 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 531101 30814 985 410 0 526574 0
Current children cumulated CPU time: 2142.57 s
Current children cumulated vsize: 2124404 KiB
Current children cumulated memory: 123256 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.10 1.49 2/192 2775
/proc/meminfo: memFree=25248720/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2154748 memory=126272 CPUtime=2202.58 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 77789 0 0 0 220236 22 0 0 20 0 1 0 527235956 2206461952 31568 33554432000 4194304 5870510 140724980807008 140724980805448 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 538687 31568 985 410 0 534160 0
Current children cumulated CPU time: 2202.58 s
Current children cumulated vsize: 2154748 KiB
Current children cumulated memory: 126272 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/192 2779
/proc/meminfo: memFree=25233312/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2154748 memory=141988 CPUtime=2262.59 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 78762 0 0 0 226236 23 0 0 20 0 1 0 527235956 2206461952 35497 33554432000 4194304 5870510 140724980807008 140724980805448 5272433 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 538687 35497 985 410 0 534160 0
Current children cumulated CPU time: 2262.59 s
Current children cumulated vsize: 2154748 KiB
Current children cumulated memory: 141988 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/192 2785
/proc/meminfo: memFree=25233524/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2154748 memory=141988 CPUtime=2322.6 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 78860 0 0 0 232237 23 0 0 20 0 1 0 527235956 2206461952 35497 33554432000 4194304 5870510 140724980807008 140724980805448 5282483 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 538687 35497 985 410 0 534160 0
Current children cumulated CPU time: 2322.6 s
Current children cumulated vsize: 2154748 KiB
Current children cumulated memory: 141988 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/192 2790
/proc/meminfo: memFree=25221708/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2156376 memory=154056 CPUtime=2382.6 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 79389 0 0 0 238237 23 0 0 20 0 1 0 527235956 2208129024 38514 33554432000 4194304 5870510 140724980807008 140724980805576 5272987 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 539094 38514 985 410 0 534567 0
Current children cumulated CPU time: 2382.6 s
Current children cumulated vsize: 2156376 KiB
Current children cumulated memory: 154056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.7 s]
/proc/loadavg: 1.00 1.06 1.40 2/192 2792
/proc/meminfo: memFree=25220128/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2156376 memory=155620 CPUtime=2400 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 79745 0 0 0 239977 23 0 0 20 0 1 0 527235956 2208129024 38905 33554432000 4194304 5870510 140724980807008 140724980805576 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 539094 38905 985 410 0 534567 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 2156376 KiB
Current children cumulated memory: 155620 KiB

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

[startup+2399.7 s]
# the end of solver process 2500 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.78 s, system=0.239031 s

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

[startup+2399.7 s]
/proc/loadavg: 1.00 1.06 1.40 2/192 2792
/proc/meminfo: memFree=25220128/32770624 swapFree=66937824/67108860
[pid=2500] ppid=2497 vsize=2156376 memory=155620 CPUtime=2400 cores=1,3,5,7
/proc/2500/stat : 2500 (xcsp_picat) R 2497 2500 1513 0 -1 4202496 79745 0 0 0 239977 23 0 0 20 0 1 0 527235956 2208129024 38905 33554432000 4194304 5870510 140724980807008 140724980805576 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 24576000 140724980810783 140724980810861 140724980810861 140724980813770 0
/proc/2500/statm: 539094 38905 985 410 0 534567 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 2156376 KiB
Current children cumulated memory: 155620 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.7
CPU time (s): 2400.02
CPU user time (s): 2399.78
CPU system time (s): 0.239031
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 2156376
Max. memory (cumulated for all children) (KiB): 155620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.78
system time used= 0.239031
maximum resident set size= 155692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79745
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= 16
involuntary context switches= 739


# summary of solver processes directly reported to runsolver:
#   pid: 2500
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2399.78
#   total CPU system time (s): 0.239031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.08958 second user time and 17.6515 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-26 17:48:59
IDJOB=4407817
IDBENCH=135857
IDSOLVER=2873
FILE ID=node141/4407817-1569512982
RUNJOBID= node141-1569509598-1546
PBS_JOBID= 21705783
Free space on /tmp= 22928 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-10.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407817-1569512982/watcher-4407817-1569512982 -o /tmp/evaluation-result-4407817-1569512982/solver-4407817-1569512982 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569509598-1546 --watchdog 2560  xcsp_picat HOME/instance-4407817-1569512982.xml

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

MD5SUM BENCH= 5b2f64ce8ea12bd170df7a7ab6f64ceb
RANDOM SEED=244469615

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        25167856 kB
MemAvailable:   31593340 kB
Buffers:          141284 kB
Cached:          6580188 kB
SwapCached:        62076 kB
Active:          3525688 kB
Inactive:        3462520 kB
Active(anon):     218744 kB
Inactive(anon):   118204 kB
Active(file):    3306944 kB
Inactive(file):  3344316 kB
Unevictable:      107692 kB
Mlocked:          107692 kB
SwapTotal:      67108860 kB
SwapFree:       66937824 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:        346420 kB
Mapped:            23852 kB
Shmem:             61336 kB
Slab:             209328 kB
SReclaimable:     180120 kB
SUnreclaim:        29208 kB
KernelStack:        3552 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2759300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22928 MiB
End job on node141 at 2019-09-26 18:28:59