Trace number 4395124

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.7 2520.01

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-13-sum.xml
MD5SUM507ff1916128830fd6a67d5c849b681a
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 benchmark16.6118
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints29
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":144},{"degree":4,"count":24},{"degree":5,"count":1}]
Minimum constraint arity13
Maximum constraint arity169
Distribution of constraint arities[{"arity":13,"count":28},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":28}]
Optimization problemNO
Type of objective

Solver Data

9.68/9.75	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 (14655 MiB free)
  memory of node 1: 16384 MiB (15084 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395124-1568334878/watcher-4395124-1568334878 -o /tmp/evaluation-result-4395124-1568334878/solver-4395124-1568334878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580 xcsp_picat HOME/instance-4395124-1568334878.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
solver pid=18872, runsolver pid=18869
Current StackSize limit: 8192 KiB


[startup+0.100762 s]*
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30415584/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2052196 memory=41992 CPUtime=0.1 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 5859 0 0 0 9 1 0 0 20 0 1 0 409410537 2101448704 10498 33554432000 4194304 5870510 140736728708144 140736728706696 4493840 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 513049 10498 888 410 0 508522 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2052196 KiB
Current children cumulated memory: 41992 KiB

[startup+0.210057 s]*
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30406776/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2060808 memory=51752 CPUtime=0.2 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 8778 0 0 0 19 1 0 0 20 0 1 0 409410537 2110267392 12938 33554432000 4194304 5870510 140736728708144 140736728706696 5288533 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 515202 12938 923 410 0 510675 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2060808 KiB
Current children cumulated memory: 51752 KiB

[startup+0.309951 s]*
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30395704/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2072196 memory=61924 CPUtime=0.3 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 10661 0 0 0 29 1 0 0 20 0 1 0 409410537 2121928704 15481 33554432000 4194304 5870510 140736728708144 140736728706696 4549998 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 518049 15481 923 410 0 513522 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2072196 KiB
Current children cumulated memory: 61924 KiB

[startup+0.700235 s]
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30391016/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2083352 memory=66788 CPUtime=0.69 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 11874 0 0 0 67 2 0 0 20 0 1 0 409410537 2133352448 16697 33554432000 4194304 5870510 140736728708144 140736728707256 5562032 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 520838 16697 940 410 0 516311 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2083352 KiB
Current children cumulated memory: 66788 KiB

[startup+1.50033 s]
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30390908/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2083716 memory=67044 CPUtime=1.49 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 11966 0 0 0 147 2 0 0 20 0 1 0 409410537 2133725184 16761 33554432000 4194304 5870510 140736728708144 140736728706648 5343511 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 520929 16761 946 410 0 516402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2083716 KiB
Current children cumulated memory: 67044 KiB

[startup+3.10998 s]
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30391028/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2080552 memory=65672 CPUtime=3.1 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 17903 0 0 0 307 3 0 0 20 0 1 0 409410537 2130485248 16418 33554432000 4194304 5870510 140736728708144 140736728707400 5282429 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 520138 16418 972 410 0 515611 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2080552 KiB
Current children cumulated memory: 65672 KiB

[startup+6.30029 s]
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30382944/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2092228 memory=75564 CPUtime=6.28 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 28964 0 0 0 625 3 0 0 20 0 1 0 409410537 2142441472 18891 33554432000 4194304 5870510 140736728708144 140736728707400 5282627 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 523057 18891 974 410 0 518530 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2092228 KiB
Current children cumulated memory: 75564 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.03 3/206 18873
/proc/meminfo: memFree=30333968/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2111464 memory=85788 CPUtime=12.68 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 44383 0 0 0 1263 5 0 0 20 0 1 0 409410537 2162139136 21447 33554432000 4194304 5870510 140736728708144 140736728707096 5267972 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 527866 21447 974 410 0 523339 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2111464 KiB
Current children cumulated memory: 85788 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.03 3/206 18873
/proc/meminfo: memFree=30294412/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2143056 memory=126992 CPUtime=25.47 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 67720 0 0 0 2538 9 0 0 20 0 1 0 409410537 2194489344 31748 33554432000 4194304 5870510 140736728708144 140736728706712 5288794 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 535764 31748 974 410 0 531237 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 2143056 KiB
Current children cumulated memory: 126992 KiB

[startup+51.1099 s]
/proc/loadavg: 2.00 2.01 2.03 3/206 18936
/proc/meminfo: memFree=29393412/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2131384 memory=122232 CPUtime=51.07 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 73075 0 0 0 5094 13 0 0 20 0 1 0 409410537 2182537216 30558 33554432000 4194304 5870510 140736728708144 140736728706712 5282382 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 532846 30558 974 410 0 528319 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 2131384 KiB
Current children cumulated memory: 122232 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/206 18940
/proc/meminfo: memFree=29337788/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2192852 memory=168888 CPUtime=102.23 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 79785 0 0 0 10200 23 0 0 20 0 1 0 409410537 2245480448 42222 33554432000 4194304 5870510 140736728708144 140736728706584 140410311725564 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 548213 42222 974 410 0 543686 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 2192852 KiB
Current children cumulated memory: 168888 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.03 3/205 18946
/proc/meminfo: memFree=29137088/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2243408 memory=224452 CPUtime=162.22 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 87817 0 0 0 16188 34 0 0 20 0 1 0 409410537 2297249792 56113 33554432000 4194304 5870510 140736728708144 140736728707160 5262639 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 560852 56113 974 410 0 556325 0
Current children cumulated CPU time: 162.22 s
Current children cumulated vsize: 2243408 KiB
Current children cumulated memory: 224452 KiB

[startup+222.3 s]
/proc/loadavg: 2.09 2.04 2.04 3/206 18952
/proc/meminfo: memFree=29291092/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2192852 memory=176152 CPUtime=222.21 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 94905 0 0 0 22176 45 0 0 20 0 1 0 409410537 2245480448 44038 33554432000 4194304 5870510 140736728708144 140736728707160 5258673 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 548213 44038 974 410 0 543686 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 2192852 KiB
Current children cumulated memory: 176152 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.04 3/205 18956
/proc/meminfo: memFree=29295444/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2192852 memory=171636 CPUtime=282.2 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 101642 0 0 0 28168 52 0 0 20 0 1 0 409410537 2245480448 42909 33554432000 4194304 5870510 140736728708144 140736728707160 5283628 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 548213 42909 974 410 0 543686 0
Current children cumulated CPU time: 282.2 s
Current children cumulated vsize: 2192852 KiB
Current children cumulated memory: 171636 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/205 18960
/proc/meminfo: memFree=29295204/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2192852 memory=177784 CPUtime=342.2 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 105386 0 0 0 34160 60 0 0 20 0 1 0 409410537 2245480448 44446 33554432000 4194304 5870510 140736728708144 140736728706584 5262964 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 548213 44446 974 410 0 543686 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 2192852 KiB
Current children cumulated memory: 177784 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/206 18971
/proc/meminfo: memFree=29271604/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2223672 memory=190240 CPUtime=402.19 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 127233 0 0 0 40139 80 0 0 20 0 1 0 409410537 2277040128 47560 33554432000 4194304 5870510 140736728708144 140736728707160 5276240 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 555918 47560 974 410 0 551391 0
Current children cumulated CPU time: 402.19 s
Current children cumulated vsize: 2223672 KiB
Current children cumulated memory: 190240 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/205 18977
/proc/meminfo: memFree=29308468/32770624 swapFree=67008784/67108860
[pid=18872] ppid=18869 vsize=2143532 memory=138084 CPUtime=462.18 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 133424 0 0 0 46126 92 0 0 20 0 1 0 409410537 2194976768 34521 33554432000 4194304 5870510 140736728708144 140736728706584 5282242 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 535883 34521 974 410 0 531356 0
Current children cumulated CPU time: 462.18 s
Current children cumulated vsize: 2143532 KiB
Current children cumulated memory: 138084 KiB


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

/proc/18872/statm: 565402 62056 974 410 0 560875 0
Current children cumulated CPU time: 1722.06 s
Current children cumulated vsize: 2261608 KiB
Current children cumulated memory: 248224 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 19122
/proc/meminfo: memFree=29097688/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2230788 memory=213228 CPUtime=1782.05 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 314509 0 0 0 177863 342 0 0 20 0 1 0 409410537 2284326912 53307 33554432000 4194304 5870510 140736728708144 140736728706584 5282425 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 557697 53307 974 410 0 553170 0
Current children cumulated CPU time: 1782.05 s
Current children cumulated vsize: 2230788 KiB
Current children cumulated memory: 213228 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/208 19128
/proc/meminfo: memFree=29129080/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2230788 memory=207084 CPUtime=1842.05 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 319295 0 0 0 183858 347 0 0 20 0 1 0 409410537 2284326912 51771 33554432000 4194304 5870510 140736728708144 140736728707160 5281712 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 557697 51771 974 410 0 553170 0
Current children cumulated CPU time: 1842.05 s
Current children cumulated vsize: 2230788 KiB
Current children cumulated memory: 207084 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 19132
/proc/meminfo: memFree=29169168/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2230788 memory=215356 CPUtime=1902.04 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 322018 0 0 0 189851 353 0 0 20 0 1 0 409410537 2284326912 53839 33554432000 4194304 5870510 140736728708144 140736728707160 5262793 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 557697 53839 974 410 0 553170 0
Current children cumulated CPU time: 1902.04 s
Current children cumulated vsize: 2230788 KiB
Current children cumulated memory: 215356 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 19136
/proc/meminfo: memFree=29166572/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2230788 memory=207332 CPUtime=1962.04 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 332849 0 0 0 195837 367 0 0 20 0 1 0 409410537 2284326912 51833 33554432000 4194304 5870510 140736728708144 140736728707160 5282367 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 557697 51833 974 410 0 553170 0
Current children cumulated CPU time: 1962.04 s
Current children cumulated vsize: 2230788 KiB
Current children cumulated memory: 207332 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 19142
/proc/meminfo: memFree=29117784/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2261608 memory=240032 CPUtime=2022.03 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 343068 0 0 0 201820 383 0 0 20 0 1 0 409410537 2315886592 60008 33554432000 4194304 5870510 140736728708144 140736728707160 5262756 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 565402 60008 974 410 0 560875 0
Current children cumulated CPU time: 2022.03 s
Current children cumulated vsize: 2261608 KiB
Current children cumulated memory: 240032 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/206 19148
/proc/meminfo: memFree=29065244/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2311696 memory=267796 CPUtime=2082.02 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 366056 0 0 0 207798 404 0 0 20 0 1 0 409410537 2367176704 66949 33554432000 4194304 5870510 140736728708144 140736728707096 5262731 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 577924 66949 974 410 0 573397 0
Current children cumulated CPU time: 2082.02 s
Current children cumulated vsize: 2311696 KiB
Current children cumulated memory: 267796 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/206 19152
/proc/meminfo: memFree=29023676/32770624 swapFree=67008812/67108860
[pid=18872] ppid=18869 vsize=2393084 memory=309408 CPUtime=2142.01 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 374185 0 0 0 213783 418 0 0 20 0 1 0 409410537 2450518016 77352 33554432000 4194304 5870510 140736728708144 140736728707096 5262639 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 598271 77352 974 410 0 593744 0
Current children cumulated CPU time: 2142.01 s
Current children cumulated vsize: 2393084 KiB
Current children cumulated memory: 309408 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/207 19163
/proc/meminfo: memFree=29085840/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2311696 memory=255716 CPUtime=2202.01 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 396617 0 0 0 219766 435 0 0 20 0 1 0 409410537 2367176704 63929 33554432000 4194304 5870510 140736728708144 140736728707160 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 577924 63929 974 410 0 573397 0
Current children cumulated CPU time: 2202.01 s
Current children cumulated vsize: 2311696 KiB
Current children cumulated memory: 255716 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/207 19168
/proc/meminfo: memFree=29095080/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2311696 memory=263700 CPUtime=2262 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 408637 0 0 0 225748 452 0 0 20 0 1 0 409410537 2367176704 65925 33554432000 4194304 5870510 140736728708144 140736728707096 5262639 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 577924 65925 974 410 0 573397 0
Current children cumulated CPU time: 2262 s
Current children cumulated vsize: 2311696 KiB
Current children cumulated memory: 263700 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/207 19172
/proc/meminfo: memFree=29081408/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2311696 memory=286224 CPUtime=2322 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 416968 0 0 0 231731 469 0 0 20 0 1 0 409410537 2367176704 71556 33554432000 4194304 5870510 140736728708144 140736728707096 5263058 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 577924 71556 974 410 0 573397 0
Current children cumulated CPU time: 2322 s
Current children cumulated vsize: 2311696 KiB
Current children cumulated memory: 286224 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/208 19179
/proc/meminfo: memFree=29084904/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2311696 memory=284184 CPUtime=2381.99 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 442438 0 0 0 237710 489 0 0 20 0 1 0 409410537 2367176704 71046 33554432000 4194304 5870510 140736728708144 140736728707096 5282489 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 577924 71046 974 410 0 573397 0
Current children cumulated CPU time: 2381.99 s
Current children cumulated vsize: 2311696 KiB
Current children cumulated memory: 284184 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/207 19183
/proc/meminfo: memFree=29095188/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2258588 memory=243520 CPUtime=2441.98 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 452413 0 0 0 243699 499 0 0 20 0 1 0 409410537 2312794112 60880 33554432000 4194304 5870510 140736728708144 140736728706584 5262639 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 564647 60880 974 410 0 560120 0
Current children cumulated CPU time: 2441.98 s
Current children cumulated vsize: 2258588 KiB
Current children cumulated memory: 243520 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/207 19187
/proc/meminfo: memFree=29101928/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2258588 memory=243520 CPUtime=2501.98 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 454367 0 0 0 249693 505 0 0 20 0 1 0 409410537 2312794112 60880 33554432000 4194304 5870510 140736728708144 140736728706584 5258735 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 564647 60880 974 410 0 560120 0
Current children cumulated CPU time: 2501.98 s
Current children cumulated vsize: 2258588 KiB
Current children cumulated memory: 243520 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/207 19189
/proc/meminfo: memFree=29142664/32770624 swapFree=67008816/67108860
[pid=18872] ppid=18869 vsize=2209268 memory=203820 CPUtime=2519.69 cores=0,2,4,6
/proc/18872/stat : 18872 (xcsp_picat) R 18869 18872 14854 0 -1 4202496 458298 0 0 0 251463 506 0 0 20 0 1 0 409410537 2262290432 50955 33554432000 4194304 5870510 140736728708144 140736728707160 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 20484096 140736728716319 140736728716397 140736728716397 140736728719306 0
/proc/18872/statm: 552317 50955 974 410 0 547790 0
Current children cumulated CPU time: 2519.69 s
Current children cumulated vsize: 2209268 KiB
Current children cumulated memory: 203820 KiB

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

[startup+2520.01 s]
# the end of solver process 18872 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.63 s, system=5.0674 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.7
CPU user time (s): 2514.63
CPU system time (s): 5.0674
CPU usage (%): 99.9876
Max. virtual memory (cumulated for all children) (KiB): 2523312
Max. memory (cumulated for all children) (KiB): 396444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.63
system time used= 5.0674
maximum resident set size= 417460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458298
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= 3004


# summary of solver processes directly reported to runsolver:
#   pid: 18872
#   total CPU time (s): 2519.7
#   total CPU user time (s): 2514.63
#   total CPU system time (s): 5.0674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.551 second user time and 19.1344 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 02:33:49
IDJOB=4395124
IDBENCH=133235
IDSOLVER=2844
FILE ID=node132/4395124-1568334878
RUNJOBID= node132-1568322174-14885
PBS_JOBID= 21701138
Free space on /tmp= 60300 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-13-sum.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395124-1568334878/watcher-4395124-1568334878 -o /tmp/evaluation-result-4395124-1568334878/solver-4395124-1568334878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580  xcsp_picat HOME/instance-4395124-1568334878.xml

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

MD5SUM BENCH= 507ff1916128830fd6a67d5c849b681a
RANDOM SEED=751595501

node132.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.95
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.95
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.95
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.95
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:        30453652 kB
MemAvailable:   31840612 kB
Buffers:          123828 kB
Cached:          1533776 kB
SwapCached:         8544 kB
Active:           391272 kB
Inactive:        1345820 kB
Active(anon):      78580 kB
Inactive(anon):    28016 kB
Active(file):     312692 kB
Inactive(file):  1317804 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       67008784 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:        181940 kB
Mapped:            32984 kB
Shmem:             18652 kB
Slab:             173916 kB
SReclaimable:     144600 kB
SUnreclaim:        29316 kB
KernelStack:        3648 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2553836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60300 MiB
End job on node132 at 2019-09-13 03:15:49