Trace number 4407611

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 NameAnswerCPU timeWall clock time
(reference) PicatSAT 2019-09-12? (TO) 2400.09 2400.21

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-23.xml
MD5SUM7a08c94365f1c3fe18f892c4f19feb85
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.66792
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree108
Maximum variable degree119
Distribution of variable degrees[{"degree":108,"count":1},{"degree":110,"count":1},{"degree":111,"count":2},{"degree":112,"count":2},{"degree":113,"count":4},{"degree":115,"count":4},{"degree":116,"count":4},{"degree":117,"count":1},{"degree":118,"count":1},{"degree":119,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

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

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

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

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=18937, runsolver pid=18934

[startup+0.100147 s]*
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30835012/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2031716 memory=18816 CPUtime=0.1 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 1297 0 0 0 10 0 0 0 20 0 1 0 527277313 2080477184 4704 33554432000 4194304 5870510 140736703598496 140736703595640 4451726 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 507929 4704 835 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 18816 KiB

[startup+0.210168 s]*
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30828868/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2031716 memory=24960 CPUtime=0.21 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 1300 0 0 0 21 0 0 0 20 0 1 0 527277313 2080477184 6240 33554432000 4194304 5870510 140736703598496 140736703595640 4461514 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 507929 6240 835 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24960 KiB

[startup+0.310018 s]*
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30822724/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2031716 memory=31104 CPUtime=0.31 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 1303 0 0 0 31 0 0 0 20 0 1 0 527277313 2080477184 7776 33554432000 4194304 5870510 140736703598496 140736703595640 140073416571904 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 507929 7776 835 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 31104 KiB

[startup+0.700385 s]
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30814532/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2031716 memory=39296 CPUtime=0.69 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 1312 0 0 0 69 0 0 0 20 0 1 0 527277313 2080477184 9824 33554432000 4194304 5870510 140736703598496 140736703597800 4695011 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 507929 9824 835 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 39296 KiB

[startup+1.5004 s]
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30814532/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2031716 memory=39296 CPUtime=1.49 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 1314 0 0 0 149 0 0 0 20 0 1 0 527277313 2080477184 9824 33554432000 4194304 5870510 140736703598496 140736703597800 4849152 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 507929 9824 835 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 39296 KiB

[startup+3.10996 s]
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30737144/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2092376 memory=118844 CPUtime=3.1 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 1825 0 0 0 307 3 0 0 20 0 1 0 527277313 2142593024 29711 33554432000 4194304 5870510 140736703598496 140736703597032 140073416593287 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 523094 29711 900 410 0 518567 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2092376 KiB
Current children cumulated memory: 118844 KiB

[startup+6.30038 s]
/proc/loadavg: 2.01 1.53 0.76 3/202 18938
/proc/meminfo: memFree=30716952/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2092376 memory=141472 CPUtime=6.28 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 2141 0 0 0 624 4 0 0 20 0 1 0 527277313 2142593024 35368 33554432000 4194304 5870510 140736703598496 140736703597672 4653271 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 523094 35368 919 410 0 518567 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2092376 KiB
Current children cumulated memory: 141472 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 1.55 0.78 3/203 18940
/proc/meminfo: memFree=30658584/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=2305628 memory=295488 CPUtime=12.69 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 31328 0 0 0 1261 8 0 0 20 0 1 0 527277313 2360963072 73872 33554432000 4194304 5870510 140736703598496 140736703597816 5326937 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 576407 73872 928 410 0 571880 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2305628 KiB
Current children cumulated memory: 295488 KiB

[startup+25.5005 s]
/proc/loadavg: 2.08 1.58 0.80 3/202 18940
/proc/meminfo: memFree=29757764/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=25.48 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 78146 0 0 0 2523 25 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5321694 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+51.1105 s]
/proc/loadavg: 2.06 1.61 0.83 3/202 18940
/proc/meminfo: memFree=29757588/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=51.09 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 185768 0 0 0 5079 30 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5321704 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+102.3 s]
/proc/loadavg: 2.08 1.69 0.90 4/203 18969
/proc/meminfo: memFree=29756072/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=102.28 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 307290 0 0 0 10193 35 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5352861 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+162.3 s]
/proc/loadavg: 2.03 1.75 0.97 3/203 18973
/proc/meminfo: memFree=29757008/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=162.29 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 427062 0 0 0 16189 40 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5261287 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 1.80 1.03 3/202 18977
/proc/meminfo: memFree=29755868/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=222.28 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 527671 0 0 0 22185 43 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5261103 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.83 1.09 3/203 18983
/proc/meminfo: memFree=29756764/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=282.28 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 634128 0 0 0 28179 49 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.86 1.15 3/200 18987
/proc/meminfo: memFree=29757436/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=342.27 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 689262 0 0 0 34176 51 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.89 1.20 3/199 18991
/proc/meminfo: memFree=29758040/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=402.27 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 793362 0 0 0 40171 56 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.91 1.25 3/200 18997
/proc/meminfo: memFree=29757120/32770624 swapFree=66959480/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=462.27 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 914861 0 0 0 46167 60 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5321694 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB


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

/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1602.22 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 1.82 3/199 19109
/proc/meminfo: memFree=29748124/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=1662.22 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 2957795 0 0 0 166083 139 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1662.22 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 1.83 3/199 19114
/proc/meminfo: memFree=29748780/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=1722.21 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3063828 0 0 0 172078 143 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1722.21 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.85 3/199 19120
/proc/meminfo: memFree=29748920/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=1782.2 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3119768 0 0 0 178075 145 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 1.86 3/200 19132
/proc/meminfo: memFree=29747528/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=1842.2 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3223001 0 0 0 184071 149 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1842.2 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 1.87 3/200 19136
/proc/meminfo: memFree=29748096/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=1902.2 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3344443 0 0 0 190066 154 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5321680 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/200 19142
/proc/meminfo: memFree=29746472/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=1962.2 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3464161 0 0 0 196062 158 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5321694 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 1962.2 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.03 1.88 3/200 19146
/proc/meminfo: memFree=29746508/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2022.19 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3559644 0 0 0 202057 162 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5352861 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 1.89 3/200 19150
/proc/meminfo: memFree=29746740/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2082.2 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3655002 0 0 0 208054 166 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2142.3 s]
/proc/loadavg: 2.04 2.03 1.90 3/199 19156
/proc/meminfo: memFree=29747128/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2142.19 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3693063 0 0 0 214052 167 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337297 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.03 1.91 3/199 19221
/proc/meminfo: memFree=30791692/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2202.18 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3780446 0 0 0 220048 170 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2202.18 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/199 19225
/proc/meminfo: memFree=30788844/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2262.18 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3839585 0 0 0 226045 173 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337288 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/199 19231
/proc/meminfo: memFree=30791736/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2322.18 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3860692 0 0 0 232044 174 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/199 19295
/proc/meminfo: memFree=30730516/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2382.17 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3863003 0 0 0 238043 174 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5337393 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2382.17 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 2.01 1.93 3/201 19307
/proc/meminfo: memFree=30730348/32770624 swapFree=66959488/67108860
[pid=18937] ppid=18934 vsize=3278960 memory=1094128 CPUtime=2400.07 cores=0,2,4,6
/proc/18937/stat : 18937 (xcsp_picat) R 18934 18937 18705 0 -1 4202496 3885295 0 0 0 239833 174 0 0 20 0 1 0 527277313 3357655040 273532 33554432000 4194304 5870510 140736703598496 140736703597736 5321680 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 44716032 140736703603719 140736703603801 140736703603801 140736703606726 0
/proc/18937/statm: 819740 273532 935 410 0 815213 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 3278960 KiB
Current children cumulated memory: 1094128 KiB

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

[startup+2400.21 s]
# the end of solver process 18937 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.33 s, system=1.75992 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): 2400.21
CPU time (s): 2400.09
CPU user time (s): 2398.33
CPU system time (s): 1.75992
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 3290496
Max. memory (cumulated for all children) (KiB): 1097516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.33
system time used= 1.75992
maximum resident set size= 1110008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3885296
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= 20
involuntary context switches= 625


# summary of solver processes directly reported to runsolver:
#   pid: 18937
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.33
#   total CPU system time (s): 1.75992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.29741 second user time and 21.5193 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-26 17:00:07
IDJOB=4407611
IDBENCH=126011
IDSOLVER=2873
FILE ID=node150/4407611-1569510049
RUNJOBID= node150-1569509601-18736
PBS_JOBID= 21705777
Free space on /var/tmp= 13472 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-23.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407611-1569510049/watcher-4407611-1569510049 -o /var/tmp/evaluation-result-4407611-1569510049/solver-4407611-1569510049 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569509601-18736 --watchdog 2560  xcsp_picat HOME/instance-4407611-1569510049.xml

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

MD5SUM BENCH= 7a08c94365f1c3fe18f892c4f19feb85
RANDOM SEED=1970271368

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30850852 kB
MemAvailable:   30838172 kB
Buffers:            7296 kB
Cached:           158164 kB
SwapCached:        15420 kB
Active:          1113952 kB
Inactive:         133976 kB
Active(anon):    1068328 kB
Inactive(anon):    37672 kB
Active(file):      45624 kB
Inactive(file):    96304 kB
Unevictable:      111592 kB
Mlocked:          111592 kB
SwapTotal:      67108860 kB
SwapFree:       66959480 kB
Dirty:              5040 kB
Writeback:             0 kB
AnonPages:       1192424 kB
Mapped:            23876 kB
Shmem:             14760 kB
Slab:             260776 kB
SReclaimable:     232192 kB
SUnreclaim:        28584 kB
KernelStack:        3808 kB
PageTables:         7588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3776560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13472 MiB
End job on node150 at 2019-09-26 17:40:08