Trace number 4309368

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.07 2520.02

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy16_c18.xml
MD5SUM8cfce4baee5c579b6f10529c309e3c1c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23338
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints8495
Number of domains3
Minimum domain size2
Maximum domain size66
Distribution of domain sizes[{"size":2,"count":960},{"size":16,"count":480},{"size":66,"count":496}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":976},{"degree":47,"count":448},{"degree":48,"count":480},{"degree":49,"count":30},{"degree":50,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":481},{"arity":3,"count":32},{"arity":4,"count":6496},{"arity":5,"count":464},{"arity":16,"count":510},{"arity":18,"count":480},{"arity":30,"count":32}]
Number of extensional constraints496
Number of intensional constraints6977
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":6977},{"type":"regular","count":16},{"type":"allDifferent","count":30},{"type":"cardinality","count":16},{"type":"element","count":960}]
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 (13462 MiB free)
  memory of node 1: 16384 MiB (10685 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309368-1534312890/watcher-4309368-1534312890 -o /tmp/evaluation-result-4309368-1534312890/solver-4309368-1534312890 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580 xcsp_picat HOME/instance-4309368-1534312890.xml 

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

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

solver pid=18170, runsolver pid=18167

[startup+0.100126 s]*
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=24701276/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2033560 memory=31256 CPUtime=0.1 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1325 0 0 0 10 0 0 0 20 0 1 0 248852215 2082365440 7814 33554432000 4194304 5849940 140729770597952 140729770597952 4376727 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 508390 7814 618 405 0 505334 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 31256 KiB

[startup+0.209856 s]*
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=24684768/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2033560 memory=45820 CPUtime=0.21 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1414 0 0 0 20 1 0 0 20 0 1 0 248852215 2082365440 11455 33554432000 4194304 5849940 140729770597952 140729770597952 4531843 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 508390 11455 628 405 0 505334 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 45820 KiB

[startup+0.309729 s]*
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=24667764/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2033560 memory=62956 CPUtime=0.31 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1581 0 0 0 30 1 0 0 20 0 1 0 248852215 2082365440 15739 33554432000 4194304 5849940 140729770597952 140729770597952 4593482 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 508390 15739 628 405 0 505334 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 62956 KiB

[startup+0.700346 s]
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=24632452/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2033560 memory=132836 CPUtime=0.69 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1694 0 0 0 67 2 0 0 20 0 1 0 248852215 2082365440 33209 33554432000 4194304 5849940 140729770597952 140729770597256 4481152 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 508390 33209 628 405 0 505334 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 132836 KiB

[startup+1.50034 s]
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=24548200/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2033560 memory=270128 CPUtime=1.49 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1761 0 0 0 145 4 0 0 20 0 1 0 248852215 2082365440 67532 33554432000 4194304 5849940 140729770597952 140729770597256 4828384 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 508390 67532 628 405 0 505334 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 270128 KiB

[startup+3.10968 s]
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=24199428/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2033560 memory=548656 CPUtime=3.1 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1970 0 0 0 302 8 0 0 20 0 1 0 248852215 2082365440 137164 33554432000 4194304 5849940 140729770597952 140729770597256 4487786 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 508390 137164 628 405 0 505334 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 548656 KiB

[startup+6.30033 s]
/proc/loadavg: 2.05 2.02 2.05 3/192 18171
/proc/meminfo: memFree=23809704/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2064812 memory=948088 CPUtime=6.3 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 3608 0 0 0 615 15 0 0 20 0 1 0 248852215 2114367488 237022 33554432000 4194304 5849940 140729770597952 140729770597144 4931392 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 516203 237022 643 405 0 513147 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 2064812 KiB
Current children cumulated memory: 948088 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 2.05 3/192 18171
/proc/meminfo: memFree=23392688/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2440848 memory=1344384 CPUtime=12.69 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 11403 0 0 0 1135 134 0 0 20 0 1 0 248852215 2499428352 336096 33554432000 4194304 5849940 140729770597952 140729770597048 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 610212 336096 710 405 0 607156 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2440848 KiB
Current children cumulated memory: 1344384 KiB

[startup+25.5002 s]
/proc/loadavg: 2.04 2.02 2.05 3/192 18171
/proc/meminfo: memFree=23317540/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2473620 memory=1377368 CPUtime=25.5 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 13147 0 0 0 2372 178 0 0 20 0 1 0 248852215 2532986880 344342 33554432000 4194304 5849940 140729770597952 140729770597176 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 618405 344342 727 405 0 615349 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2473620 KiB
Current children cumulated memory: 1377368 KiB

[startup+51.1098 s]
/proc/loadavg: 2.02 2.02 2.05 3/192 18171
/proc/meminfo: memFree=23127660/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2714260 memory=1618188 CPUtime=51.1 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 57551 0 0 0 4917 193 0 0 20 0 1 0 248852215 2779402240 404547 33554432000 4194304 5849940 140729770597952 140729770597112 5437819 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 678565 404547 759 405 0 675509 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2714260 KiB
Current children cumulated memory: 1618188 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/192 18172
/proc/meminfo: memFree=23095796/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2714260 memory=1618188 CPUtime=102.3 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 133123 0 0 0 10027 203 0 0 20 0 1 0 248852215 2779402240 404547 33554432000 4194304 5849940 140729770597952 140729770596952 5340446 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 678565 404547 759 405 0 675509 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2714260 KiB
Current children cumulated memory: 1618188 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 18173
/proc/meminfo: memFree=23073928/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2729740 memory=1633668 CPUtime=162.29 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 232296 0 0 0 16012 217 0 0 20 0 1 0 248852215 2795253760 408417 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682435 408417 759 405 0 679379 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2729740 KiB
Current children cumulated memory: 1633668 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 18174
/proc/meminfo: memFree=23038452/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2729740 memory=1633668 CPUtime=222.3 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 302140 0 0 0 22001 229 0 0 20 0 1 0 248852215 2795253760 408417 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682435 408417 759 405 0 679379 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2729740 KiB
Current children cumulated memory: 1633668 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 18175
/proc/meminfo: memFree=22983288/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2729740 memory=1633668 CPUtime=282.3 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 374598 0 0 0 27987 243 0 0 20 0 1 0 248852215 2795253760 408417 33554432000 4194304 5849940 140729770597952 140729770596952 5312960 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682435 408417 759 405 0 679379 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2729740 KiB
Current children cumulated memory: 1633668 KiB

[startup+342.3 s]
/proc/loadavg: 2.22 2.06 2.06 3/190 18176
/proc/meminfo: memFree=23044560/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2729740 memory=1633668 CPUtime=342.3 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 464012 0 0 0 33978 252 0 0 20 0 1 0 248852215 2795253760 408417 33554432000 4194304 5849940 140729770597952 140729770596952 5437768 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682435 408417 759 405 0 679379 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2729740 KiB
Current children cumulated memory: 1633668 KiB

[startup+402.3 s]
/proc/loadavg: 2.37 2.15 2.09 3/190 18177
/proc/meminfo: memFree=23027040/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2742276 memory=1646204 CPUtime=402.3 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 543558 0 0 0 39963 267 0 0 20 0 1 0 248852215 2808090624 411551 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 685569 411551 759 405 0 682513 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2742276 KiB
Current children cumulated memory: 1646204 KiB

[startup+462.3 s]
/proc/loadavg: 2.14 2.12 2.09 3/190 18178
/proc/meminfo: memFree=23093724/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2672376 memory=1576436 CPUtime=462.31 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 606049 0 0 0 45951 280 0 0 20 0 1 0 248852215 2736513024 394109 33554432000 4194304 5849940 140729770597952 140729770596952 5340450 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 668094 394109 760 405 0 665038 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2672376 KiB
Current children cumulated memory: 1576436 KiB


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

/proc/18170/statm: 680105 408576 769 405 0 677049 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 2720420 KiB
Current children cumulated memory: 1634304 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 18228
/proc/meminfo: memFree=22874920/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2720420 memory=1634304 CPUtime=1782.33 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1736689 0 0 0 177525 708 0 0 20 0 1 0 248852215 2785710080 408576 33554432000 4194304 5849940 140729770597952 140729770596952 5438016 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 680105 408576 769 405 0 677049 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 2720420 KiB
Current children cumulated memory: 1634304 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 18229
/proc/meminfo: memFree=22865164/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2730332 memory=1644216 CPUtime=1842.33 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1739798 0 0 0 183516 717 0 0 20 0 1 0 248852215 2795859968 411054 33554432000 4194304 5849940 140729770597952 140729770596440 4213572 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682583 411054 769 405 0 679527 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 2730332 KiB
Current children cumulated memory: 1644216 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 18231
/proc/meminfo: memFree=22865060/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2730332 memory=1644216 CPUtime=1902.33 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1741507 0 0 0 189509 724 0 0 20 0 1 0 248852215 2795859968 411054 33554432000 4194304 5849940 140729770597952 140729770597112 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682583 411054 769 405 0 679527 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 2730332 KiB
Current children cumulated memory: 1644216 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 18233
/proc/meminfo: memFree=22778884/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2730332 memory=1644216 CPUtime=1962.33 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1742915 0 0 0 195499 734 0 0 20 0 1 0 248852215 2795859968 411054 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 682583 411054 769 405 0 679527 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 2730332 KiB
Current children cumulated memory: 1644216 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 18234
/proc/meminfo: memFree=22766084/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2742860 memory=1656744 CPUtime=2022.34 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1746279 0 0 0 201491 743 0 0 20 0 1 0 248852215 2808688640 414186 33554432000 4194304 5849940 140729770597952 140729770597112 5340026 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 685715 414186 769 405 0 682659 0
Current children cumulated CPU time: 2022.34 s
Current children cumulated vsize: 2742860 KiB
Current children cumulated memory: 1656744 KiB

[startup+2082.3 s]
/proc/loadavg: 1.92 2.00 2.04 3/192 18296
/proc/meminfo: memFree=23131148/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2742860 memory=1656744 CPUtime=2082.34 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1748456 0 0 0 207483 751 0 0 20 0 1 0 248852215 2808688640 414186 33554432000 4194304 5849940 140729770597952 140729770596952 5340063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 685715 414186 769 405 0 682659 0
Current children cumulated CPU time: 2082.34 s
Current children cumulated vsize: 2742860 KiB
Current children cumulated memory: 1656744 KiB

[startup+2142.3 s]
/proc/loadavg: 1.87 1.97 2.03 3/192 18297
/proc/meminfo: memFree=23116896/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2742860 memory=1656744 CPUtime=2142.34 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1749511 0 0 0 213476 758 0 0 20 0 1 0 248852215 2808688640 414186 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 685715 414186 769 405 0 682659 0
Current children cumulated CPU time: 2142.34 s
Current children cumulated vsize: 2742860 KiB
Current children cumulated memory: 1656744 KiB

[startup+2202.3 s]
/proc/loadavg: 1.82 1.94 2.02 3/191 18298
/proc/meminfo: memFree=23110464/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2745600 memory=1659484 CPUtime=2202.34 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1753645 0 0 0 219458 776 0 0 20 0 1 0 248852215 2811494400 414871 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 686400 414871 769 405 0 683344 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 2745600 KiB
Current children cumulated memory: 1659484 KiB

[startup+2262.3 s]
/proc/loadavg: 1.94 1.95 2.02 3/190 18299
/proc/meminfo: memFree=23108164/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2745600 memory=1659484 CPUtime=2262.34 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1760490 0 0 0 225443 791 0 0 20 0 1 0 248852215 2811494400 414871 33554432000 4194304 5849940 140729770597952 140729770596952 5437824 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 686400 414871 769 405 0 683344 0
Current children cumulated CPU time: 2262.34 s
Current children cumulated vsize: 2745600 KiB
Current children cumulated memory: 1659484 KiB

[startup+2322.3 s]
/proc/loadavg: 1.98 1.96 2.02 3/191 18308
/proc/meminfo: memFree=23101100/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2745600 memory=1659484 CPUtime=2322.35 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1762520 0 0 0 231429 806 0 0 20 0 1 0 248852215 2811494400 414871 33554432000 4194304 5849940 140729770597952 140729770596952 140469287591815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 686400 414871 769 405 0 683344 0
Current children cumulated CPU time: 2322.35 s
Current children cumulated vsize: 2745600 KiB
Current children cumulated memory: 1659484 KiB

[startup+2382.3 s]
/proc/loadavg: 1.91 1.95 2.01 3/191 18309
/proc/meminfo: memFree=23091852/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2745600 memory=1659484 CPUtime=2382.34 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1764890 0 0 0 237417 817 0 0 20 0 1 0 248852215 2811494400 414871 33554432000 4194304 5849940 140729770597952 140729770596952 5313090 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 686400 414871 769 405 0 683344 0
Current children cumulated CPU time: 2382.34 s
Current children cumulated vsize: 2745600 KiB
Current children cumulated memory: 1659484 KiB

[startup+2442.3 s]
/proc/loadavg: 1.82 1.91 2.00 3/191 18310
/proc/meminfo: memFree=23094848/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2745600 memory=1659484 CPUtime=2442.35 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1770875 0 0 0 243400 835 0 0 20 0 1 0 248852215 2811494400 414871 33554432000 4194304 5849940 140729770597952 140729770596952 5438400 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 686400 414871 769 405 0 683344 0
Current children cumulated CPU time: 2442.35 s
Current children cumulated vsize: 2745600 KiB
Current children cumulated memory: 1659484 KiB

[startup+2502.3 s]
/proc/loadavg: 1.89 1.92 1.99 3/191 18311
/proc/meminfo: memFree=23082212/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2753224 memory=1667108 CPUtime=2502.35 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1774075 0 0 0 249391 844 0 0 20 0 1 0 248852215 2819301376 416777 33554432000 4194304 5849940 140729770597952 140729770596952 5437819 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 688306 416777 769 405 0 685250 0
Current children cumulated CPU time: 2502.35 s
Current children cumulated vsize: 2753224 KiB
Current children cumulated memory: 1667108 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.98 1.94 2.00 3/191 18311
/proc/meminfo: memFree=23068712/32770624 swapFree=67108840/67108860
[pid=18170] ppid=18167 vsize=2753224 memory=1667108 CPUtime=2520.05 cores=1,3,5,7
/proc/18170/stat : 18170 (xcsp_picat) R 18167 18170 15138 0 -1 4202496 1774789 0 0 0 251158 847 0 0 20 0 1 0 248852215 2819301376 416777 33554432000 4194304 5849940 140729770597952 140729770596952 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19156992 140729770599606 140729770599684 140729770599684 140729770602442 0
/proc/18170/statm: 688306 416777 769 405 0 685250 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2753224 KiB
Current children cumulated memory: 1667108 KiB

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

[startup+2520.02 s]
# the end of solver process 18170 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.59 s, system=8.48325 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): 2520.07
CPU user time (s): 2511.59
CPU system time (s): 8.48325
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2883016
Max. memory (cumulated for all children) (KiB): 1725000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.59
system time used= 8.48325
maximum resident set size= 1725000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1774789
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= 27
involuntary context switches= 690


# summary of solver processes directly reported to runsolver:
#   pid: 18170
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2511.59
#   total CPU system time (s): 8.48325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7036 second user time and 18.2801 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 08:01:30
IDJOB=4309368
IDBENCH=141551
IDSOLVER=2794
FILE ID=node135/4309368-1534312890
RUNJOBID= node135-1534293063-15170
PBS_JOBID= 21038137
Free space on /tmp= 47276 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy16_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309368-1534312890/watcher-4309368-1534312890 -o /tmp/evaluation-result-4309368-1534312890/solver-4309368-1534312890 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580  xcsp_picat HOME/instance-4309368-1534312890.xml

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

MD5SUM BENCH= 8cfce4baee5c579b6f10529c309e3c1c
RANDOM SEED=1936284622

node135.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.50
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.50
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.50
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.50
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:        24728432 kB
MemAvailable:   31787404 kB
Buffers:          154360 kB
Cached:          7138476 kB
SwapCached:           20 kB
Active:          3998476 kB
Inactive:        3456312 kB
Active(anon):     111040 kB
Inactive(anon):   111472 kB
Active(file):    3887436 kB
Inactive(file):  3344840 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:              3672 kB
Writeback:             0 kB
AnonPages:        180780 kB
Mapped:            59664 kB
Shmem:             57996 kB
Slab:             283864 kB
SReclaimable:     255156 kB
SUnreclaim:        28708 kB
KernelStack:        3648 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2495068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47272 MiB
End job on node135 at 2018-08-15 08:43:31