Trace number 4395118

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
PicatSAT 2019-09-12? (TO) 2519.94 2520.01

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-8-4-8-cp.xml
MD5SUM98d7ab41a8bb825fcbc10f63a442bd58
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints13898
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":256}]
Minimum variable degree219
Maximum variable degree220
Distribution of variable degrees[{"degree":219,"count":224},{"degree":220,"count":32}]
Minimum constraint arity4
Maximum constraint arity256
Distribution of constraint arities[{"arity":4,"count":13888},{"arity":32,"count":9},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints13888
Distribution of constraint types[{"type":"intension","count":13888},{"type":"lex","count":1},{"type":"cardinality","count":8},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

13.49/13.56	c xcsp_picat version 2.7b12 (9/12/2019)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395118-1568331227/watcher-4395118-1568331227 -o /tmp/evaluation-result-4395118-1568331227/solver-4395118-1568331227 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568318666-25671 --watchdog 2580 xcsp_picat HOME/instance-4395118-1568331227.xml 

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

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

solver pid=28515, runsolver pid=28512

[startup+0.10011 s]*
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30653496/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2031716 memory=24492 CPUtime=0.1 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 1714 0 0 0 10 0 0 0 20 0 1 0 409377369 2080477184 6123 33554432000 4194304 5870510 140729072266512 140729072265816 4428951 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 507929 6123 850 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24492 KiB

[startup+0.209648 s]*
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30639160/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2031716 memory=38828 CPUtime=0.21 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 1721 0 0 0 21 0 0 0 20 0 1 0 409377369 2080477184 9707 33554432000 4194304 5870510 140729072266512 140729072265816 4429493 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 507929 9707 850 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 38828 KiB

[startup+0.309557 s]*
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30628920/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2031716 memory=51116 CPUtime=0.3 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 1727 0 0 0 30 0 0 0 20 0 1 0 409377369 2080477184 12779 33554432000 4194304 5870510 140729072266512 140729072265816 4458409 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 507929 12779 850 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 51116 KiB

[startup+0.700326 s]
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30603972/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2039532 memory=95292 CPUtime=0.69 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 2004 0 0 0 68 1 0 0 20 0 1 0 409377369 2088480768 23823 33554432000 4194304 5870510 140729072266512 140729072265880 4464267 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 509883 23823 886 410 0 505356 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 95292 KiB

[startup+1.50026 s]
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30580808/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2046708 memory=100780 CPUtime=1.49 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 2928 0 0 0 146 3 0 0 20 0 1 0 409377369 2095828992 25195 33554432000 4194304 5870510 140729072266512 140729072265608 140582956609415 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 511677 25195 954 410 0 507150 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2046708 KiB
Current children cumulated memory: 100780 KiB

[startup+3.10958 s]
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30572372/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2052792 memory=106728 CPUtime=3.1 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 6519 0 0 0 302 8 0 0 20 0 1 0 409377369 2102059008 26682 33554432000 4194304 5870510 140729072266512 140729072264856 5275370 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 513198 26682 985 410 0 508671 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2052792 KiB
Current children cumulated memory: 106728 KiB

[startup+6.30034 s]
/proc/loadavg: 1.98 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30561656/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2069144 memory=119976 CPUtime=6.29 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 12636 0 0 0 621 8 0 0 20 0 1 0 409377369 2118803456 29994 33554432000 4194304 5870510 140729072266512 140729072264872 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 517286 29994 986 410 0 512759 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2069144 KiB
Current children cumulated memory: 119976 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30546172/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2081256 memory=132500 CPUtime=12.69 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 17141 0 0 0 1260 9 0 0 20 0 1 0 409377369 2131206144 33125 33554432000 4194304 5870510 140729072266512 140729072264952 5262735 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 520314 33125 986 410 0 515787 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2081256 KiB
Current children cumulated memory: 132500 KiB

[startup+25.5004 s]
/proc/loadavg: 1.99 1.99 2.03 3/198 28516
/proc/meminfo: memFree=30540352/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2088384 memory=139760 CPUtime=25.49 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 25797 0 0 0 2539 10 0 0 20 0 1 0 409377369 2138505216 34940 33554432000 4194304 5870510 140729072266512 140729072265080 5288765 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 522096 34940 986 410 0 517569 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2088384 KiB
Current children cumulated memory: 139760 KiB

[startup+51.1097 s]
/proc/loadavg: 1.99 1.99 2.03 3/198 28519
/proc/meminfo: memFree=30498732/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2125916 memory=179428 CPUtime=51.1 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 32652 0 0 0 5098 12 0 0 20 0 1 0 409377369 2176937984 44857 33554432000 4194304 5870510 140729072266512 140729072264952 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 531479 44857 986 410 0 526952 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2125916 KiB
Current children cumulated memory: 179428 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/198 28523
/proc/meminfo: memFree=30496696/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2125916 memory=181476 CPUtime=102.29 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 38480 0 0 0 10216 13 0 0 20 0 1 0 409377369 2176937984 45369 33554432000 4194304 5870510 140729072266512 140729072264952 5282574 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 531479 45369 986 410 0 526952 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2125916 KiB
Current children cumulated memory: 181476 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/198 28527
/proc/meminfo: memFree=30484372/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2137420 memory=192980 CPUtime=162.28 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 44817 0 0 0 16215 13 0 0 20 0 1 0 409377369 2188718080 48245 33554432000 4194304 5870510 140729072266512 140729072265080 5308230 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 534355 48245 986 410 0 529828 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2137420 KiB
Current children cumulated memory: 192980 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/198 28533
/proc/meminfo: memFree=30510948/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2137420 memory=192980 CPUtime=222.28 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 44922 0 0 0 22215 13 0 0 20 0 1 0 409377369 2188718080 48245 33554432000 4194304 5870510 140729072266512 140729072265080 5282767 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 534355 48245 986 410 0 529828 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2137420 KiB
Current children cumulated memory: 192980 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/198 28537
/proc/meminfo: memFree=30510560/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2137420 memory=192980 CPUtime=282.28 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 50580 0 0 0 28214 14 0 0 20 0 1 0 409377369 2188718080 48245 33554432000 4194304 5870510 140729072266512 140729072265528 5282297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 534355 48245 986 410 0 529828 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2137420 KiB
Current children cumulated memory: 192980 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/198 28541
/proc/meminfo: memFree=30491760/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2137420 memory=192980 CPUtime=342.29 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 50874 0 0 0 34214 15 0 0 20 0 1 0 409377369 2188718080 48245 33554432000 4194304 5870510 140729072266512 140729072265528 5282729 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 534355 48245 986 410 0 529828 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2137420 KiB
Current children cumulated memory: 192980 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/198 28547
/proc/meminfo: memFree=30478940/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2168224 memory=206228 CPUtime=402.29 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 57285 0 0 0 40212 17 0 0 20 0 1 0 409377369 2220261376 51557 33554432000 4194304 5870510 140729072266512 140729072264952 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 542056 51557 986 410 0 537529 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2168224 KiB
Current children cumulated memory: 206228 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/199 28620
/proc/meminfo: memFree=30599812/32770624 swapFree=66996504/67108860
[pid=28515] ppid=28512 vsize=2168232 memory=206300 CPUtime=462.28 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 58016 0 0 0 46210 18 0 0 20 0 1 0 409377369 2220269568 51575 33554432000 4194304 5870510 140729072266512 140729072264952 5277063 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 542058 51575 986 410 0 537531 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2168232 KiB
Current children cumulated memory: 206300 KiB


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

/proc/28515/statm: 542058 57268 986 410 0 537531 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2168232 KiB
Current children cumulated memory: 229072 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/201 29142
/proc/meminfo: memFree=30517024/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2168232 memory=229072 CPUtime=1782.23 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 95048 0 0 0 178168 55 0 0 20 0 1 0 409377369 2220269568 57268 33554432000 4194304 5870510 140729072266512 140729072265080 5283094 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 542058 57268 986 410 0 537531 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 2168232 KiB
Current children cumulated memory: 229072 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/201 29148
/proc/meminfo: memFree=30481088/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2198872 memory=259536 CPUtime=1842.24 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 98027 0 0 0 184167 57 0 0 20 0 1 0 409377369 2251644928 64884 33554432000 4194304 5870510 140729072266512 140729072265080 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 549718 64884 986 410 0 545191 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 2198872 KiB
Current children cumulated memory: 259536 KiB

[startup+1902.3 s]
/proc/loadavg: 2.06 2.06 2.06 3/201 29152
/proc/meminfo: memFree=30482020/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2198872 memory=259612 CPUtime=1902.24 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 99597 0 0 0 190166 58 0 0 20 0 1 0 409377369 2251644928 64903 33554432000 4194304 5870510 140729072266512 140729072265080 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 549718 64903 986 410 0 545191 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 2198872 KiB
Current children cumulated memory: 259612 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/200 29156
/proc/meminfo: memFree=30470356/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2210284 memory=270160 CPUtime=1962.23 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 103662 0 0 0 196163 60 0 0 20 0 1 0 409377369 2263330816 67540 33554432000 4194304 5870510 140729072266512 140729072265080 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 552571 67540 986 410 0 548044 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2210284 KiB
Current children cumulated memory: 270160 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/198 29162
/proc/meminfo: memFree=30509584/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2179936 memory=231824 CPUtime=2022.23 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 104711 0 0 0 202162 61 0 0 20 0 1 0 409377369 2232254464 57956 33554432000 4194304 5870510 140729072266512 140729072264952 5282597 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544984 57956 986 410 0 540457 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2179936 KiB
Current children cumulated memory: 231824 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/198 29166
/proc/meminfo: memFree=30495720/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2179936 memory=231988 CPUtime=2082.23 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 106351 0 0 0 208162 61 0 0 20 0 1 0 409377369 2232254464 57997 33554432000 4194304 5870510 140729072266512 140729072264952 5282280 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544984 57997 986 410 0 540457 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 2179936 KiB
Current children cumulated memory: 231988 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/198 29170
/proc/meminfo: memFree=30495640/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2179936 memory=231988 CPUtime=2142.22 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 107929 0 0 0 214161 61 0 0 20 0 1 0 409377369 2232254464 57997 33554432000 4194304 5870510 140729072266512 140729072264952 5283135 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544984 57997 986 410 0 540457 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 2179936 KiB
Current children cumulated memory: 231988 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/198 29176
/proc/meminfo: memFree=30494760/32770624 swapFree=66996540/67108860
[pid=28515] ppid=28512 vsize=2179936 memory=231988 CPUtime=2202.22 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 108081 0 0 0 220161 61 0 0 20 0 1 0 409377369 2232254464 57997 33554432000 4194304 5870510 140729072266512 140729072264952 5282394 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544984 57997 986 410 0 540457 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2179936 KiB
Current children cumulated memory: 231988 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 29188
/proc/meminfo: memFree=30479264/32770624 swapFree=66996552/67108860
[pid=28515] ppid=28512 vsize=2179936 memory=240772 CPUtime=2262.22 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 110173 0 0 0 226159 63 0 0 20 0 1 0 409377369 2232254464 60193 33554432000 4194304 5870510 140729072266512 140729072265528 5283102 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544984 60193 986 410 0 540457 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 2179936 KiB
Current children cumulated memory: 240772 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 29192
/proc/meminfo: memFree=30468016/32770624 swapFree=66996552/67108860
[pid=28515] ppid=28512 vsize=2179936 memory=240772 CPUtime=2322.23 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 111229 0 0 0 232151 72 0 0 20 0 1 0 409377369 2232254464 60193 33554432000 4194304 5870510 140729072266512 140729072264952 5282467 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544984 60193 986 410 0 540457 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 2179936 KiB
Current children cumulated memory: 240772 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 29198
/proc/meminfo: memFree=30466768/32770624 swapFree=66996552/67108860
[pid=28515] ppid=28512 vsize=2179928 memory=240768 CPUtime=2382.22 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 114954 0 0 0 238141 81 0 0 20 0 1 0 409377369 2232246272 60192 33554432000 4194304 5870510 140729072266512 140729072265528 5298343 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544982 60192 986 410 0 540455 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 2179928 KiB
Current children cumulated memory: 240768 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 29202
/proc/meminfo: memFree=30466360/32770624 swapFree=66996552/67108860
[pid=28515] ppid=28512 vsize=2179928 memory=240768 CPUtime=2442.22 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 118053 0 0 0 244131 91 0 0 20 0 1 0 409377369 2232246272 60192 33554432000 4194304 5870510 140729072266512 140729072265528 5274704 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544982 60192 986 410 0 540455 0
Current children cumulated CPU time: 2442.22 s
Current children cumulated vsize: 2179928 KiB
Current children cumulated memory: 240768 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 29206
/proc/meminfo: memFree=30417604/32770624 swapFree=66996552/67108860
[pid=28515] ppid=28512 vsize=2229244 memory=289916 CPUtime=2502.22 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 121196 0 0 0 250124 98 0 0 20 0 1 0 409377369 2282745856 72479 33554432000 4194304 5870510 140729072266512 140729072265080 5283067 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 557311 72479 986 410 0 552784 0
Current children cumulated CPU time: 2502.22 s
Current children cumulated vsize: 2229244 KiB
Current children cumulated memory: 289916 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 29208
/proc/meminfo: memFree=30476876/32770624 swapFree=66996552/67108860
[pid=28515] ppid=28512 vsize=2179928 memory=229828 CPUtime=2519.92 cores=0,2,4,6
/proc/28515/stat : 28515 (xcsp_picat) R 28512 28515 25640 0 -1 4202496 121971 0 0 0 251894 98 0 0 20 0 1 0 409377369 2232246272 57457 33554432000 4194304 5870510 140729072266512 140729072264952 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 38641664 140729072268319 140729072268397 140729072268397 140729072271306 0
/proc/28515/statm: 544982 57457 986 410 0 540455 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 2179928 KiB
Current children cumulated memory: 229828 KiB

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

[startup+2520.01 s]
# the end of solver process 28515 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.95 s, system=0.988973 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.01
CPU time (s): 2519.94
CPU user time (s): 2518.95
CPU system time (s): 0.988973
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 2260068
Max. memory (cumulated for all children) (KiB): 304540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.95
system time used= 0.988973
maximum resident set size= 345912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121971
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= 933


# summary of solver processes directly reported to runsolver:
#   pid: 28515
#   total CPU time (s): 2519.94
#   total CPU user time (s): 2518.95
#   total CPU system time (s): 0.988973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.69213 second user time and 18.5463 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 00:32:30
IDJOB=4395118
IDBENCH=126708
IDSOLVER=2844
FILE ID=node106/4395118-1568331227
RUNJOBID= node106-1568318666-25671
PBS_JOBID= 21701140
Free space on /tmp= 56732 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-8-4-8-cp.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395118-1568331227/watcher-4395118-1568331227 -o /tmp/evaluation-result-4395118-1568331227/solver-4395118-1568331227 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568318666-25671 --watchdog 2580  xcsp_picat HOME/instance-4395118-1568331227.xml

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

MD5SUM BENCH= 98d7ab41a8bb825fcbc10f63a442bd58
RANDOM SEED=559347400

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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:        30674348 kB
MemAvailable:   31727080 kB
Buffers:          135476 kB
Cached:          1213300 kB
SwapCached:        10128 kB
Active:           548200 kB
Inactive:        1010932 kB
Active(anon):     209388 kB
Inactive(anon):    33508 kB
Active(file):     338812 kB
Inactive(file):   977424 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66996504 kB
Dirty:              3928 kB
Writeback:             0 kB
AnonPages:        308172 kB
Mapped:            38340 kB
Shmem:             24128 kB
Slab:             133060 kB
SReclaimable:     104660 kB
SUnreclaim:        28400 kB
KernelStack:        3536 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2729708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56728 MiB
End job on node106 at 2019-09-13 01:14:30