Trace number 4303104

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2520.05 2519.81

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32d_c18.xml
MD5SUMca834160bf20391dc7be2075ee08801e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints91
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":90},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":934},{"degree":1,"count":14},{"degree":2,"count":92},{"degree":4,"count":2},{"degree":10,"count":2},{"degree":13,"count":2},{"degree":14,"count":10}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":90},{"arity":32,"count":1}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6092 MiB free)
  memory of node 1: 16384 MiB (8376 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303104-1534008507/watcher-4303104-1534008507 -o /tmp/evaluation-result-4303104-1534008507/solver-4303104-1534008507 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32498 --watchdog 2580 xcsp_picat HOME/instance-4303104-1534008507.xml 

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

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

solver pid=2561, runsolver pid=2558

[startup+0.100186 s]*
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14796972/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2026548 memory=21968 CPUtime=0.09 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 2126 0 0 0 9 0 0 0 20 0 1 0 218413876 2075185152 5492 33554432000 4194304 5849708 140720782492896 140720782491992 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 506637 5492 691 405 0 503582 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2026548 KiB
Current children cumulated memory: 21968 KiB

[startup+0.209617 s]*
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14796228/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2027188 memory=22612 CPUtime=0.2 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 2286 0 0 0 20 0 0 0 20 0 1 0 218413876 2075840512 5653 33554432000 4194304 5849708 140720782492896 140720782491992 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 506797 5653 691 405 0 503742 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027188 KiB
Current children cumulated memory: 22612 KiB

[startup+0.30878 s]*
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14795856/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2027700 memory=23136 CPUtime=0.3 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 2414 0 0 0 30 0 0 0 20 0 1 0 218413876 2076364800 5784 33554432000 4194304 5849708 140720782492896 140720782491992 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 506925 5784 691 405 0 503870 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027700 KiB
Current children cumulated memory: 23136 KiB

[startup+0.700287 s]
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14793480/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2032308 memory=27784 CPUtime=0.68 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 3566 0 0 0 67 1 0 0 20 0 1 0 218413876 2081083392 6946 33554432000 4194304 5849708 140720782492896 140720782491992 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 508077 6946 691 405 0 505022 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2032308 KiB
Current children cumulated memory: 27784 KiB

[startup+1.50031 s]
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14790504/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2038452 memory=33924 CPUtime=1.49 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 4591 0 0 0 145 4 0 0 20 0 1 0 218413876 2087374848 8481 33554432000 4194304 5849708 140720782492896 140720782492136 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 509613 8481 691 405 0 506558 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2038452 KiB
Current children cumulated memory: 33924 KiB

[startup+3.10928 s]
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14780144/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2048992 memory=44648 CPUtime=3.1 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 8673 0 0 0 304 6 0 0 20 0 1 0 218413876 2098167808 11162 33554432000 4194304 5849708 140720782492896 140720782491144 5416722 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 512248 11162 715 405 0 509193 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2048992 KiB
Current children cumulated memory: 44648 KiB

[startup+6.3004 s]
/proc/loadavg: 2.06 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14774668/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2068120 memory=63836 CPUtime=6.29 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 10838 0 0 0 616 13 0 0 20 0 1 0 218413876 2117754880 15959 33554432000 4194304 5849708 140720782492896 140720782491544 5360453 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 517030 15959 735 405 0 513975 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2068120 KiB
Current children cumulated memory: 63836 KiB

[startup+12.7004 s]
/proc/loadavg: 2.05 2.08 2.06 3/187 2562
/proc/meminfo: memFree=14741672/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2068120 memory=63912 CPUtime=12.69 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 13955 0 0 0 1248 21 0 0 20 0 1 0 218413876 2117754880 15978 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 517030 15978 735 405 0 513975 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2068120 KiB
Current children cumulated memory: 63912 KiB

[startup+25.5004 s]
/proc/loadavg: 2.04 2.07 2.06 3/187 2562
/proc/meminfo: memFree=14754072/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2068120 memory=63788 CPUtime=25.49 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 19961 0 0 0 2511 38 0 0 20 0 1 0 218413876 2117754880 15947 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 517030 15947 735 405 0 513975 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2068120 KiB
Current children cumulated memory: 63788 KiB

[startup+51.1094 s]
/proc/loadavg: 2.03 2.07 2.06 3/187 2562
/proc/meminfo: memFree=14709520/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2068120 memory=63868 CPUtime=51.1 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 23334 0 0 0 5050 60 0 0 20 0 1 0 218413876 2117754880 15967 33554432000 4194304 5849708 140720782492896 140720782491896 5394812 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 517030 15967 735 405 0 513975 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2068120 KiB
Current children cumulated memory: 63868 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/187 2570
/proc/meminfo: memFree=14701600/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2072356 memory=68148 CPUtime=102.3 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 26044 0 0 0 10134 96 0 0 20 0 1 0 218413876 2122092544 17037 33554432000 4194304 5849708 140720782492896 140720782491768 5360453 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 518089 17037 735 405 0 515034 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2072356 KiB
Current children cumulated memory: 68148 KiB

[startup+162.3 s]
/proc/loadavg: 2.40 2.14 2.08 3/187 2571
/proc/meminfo: memFree=14705856/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2072356 memory=68148 CPUtime=162.31 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 29485 0 0 0 16092 139 0 0 20 0 1 0 218413876 2122092544 17037 33554432000 4194304 5849708 140720782492896 140720782491896 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 518089 17037 735 405 0 515034 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2072356 KiB
Current children cumulated memory: 68148 KiB

[startup+222.3 s]
/proc/loadavg: 2.25 2.16 2.09 3/187 2572
/proc/meminfo: memFree=14648140/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2095240 memory=91036 CPUtime=222.31 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 37145 0 0 0 22056 175 0 0 20 0 1 0 218413876 2145525760 22759 33554432000 4194304 5849708 140720782492896 140720782492056 5437732 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 523810 22759 735 405 0 520755 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2095240 KiB
Current children cumulated memory: 91036 KiB

[startup+282.3 s]
/proc/loadavg: 2.09 2.13 2.08 3/187 2573
/proc/meminfo: memFree=14591360/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2095240 memory=90804 CPUtime=282.32 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 39222 0 0 0 28022 210 0 0 20 0 1 0 218413876 2145525760 22701 33554432000 4194304 5849708 140720782492896 140720782492056 5335584 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 523810 22701 735 405 0 520755 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2095240 KiB
Current children cumulated memory: 90804 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.11 2.08 3/187 2574
/proc/meminfo: memFree=14607188/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2078856 memory=74652 CPUtime=342.32 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 47310 0 0 0 33989 243 0 0 20 0 1 0 218413876 2128748544 18663 33554432000 4194304 5849708 140720782492896 140720782491896 5437607 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 519714 18663 735 405 0 516659 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2078856 KiB
Current children cumulated memory: 74652 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.09 2.07 3/187 2575
/proc/meminfo: memFree=14648600/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2084912 memory=80700 CPUtime=402.33 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 58151 0 0 0 39946 287 0 0 20 0 1 0 218413876 2134949888 20175 33554432000 4194304 5849708 140720782492896 140720782491384 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 521228 20175 735 405 0 518173 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 2084912 KiB
Current children cumulated memory: 80700 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/187 2576
/proc/meminfo: memFree=14628744/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2087436 memory=83292 CPUtime=462.34 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 72906 0 0 0 45914 320 0 0 20 0 1 0 218413876 2137534464 20823 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 521859 20823 735 405 0 518804 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2087436 KiB
Current children cumulated memory: 83292 KiB


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

/proc/2561/statm: 552656 52586 735 405 0 549601 0
Current children cumulated CPU time: 1722.44 s
Current children cumulated vsize: 2210624 KiB
Current children cumulated memory: 210344 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2617
/proc/meminfo: memFree=14064392/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2240056 memory=239548 CPUtime=1782.45 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 302966 0 0 0 177433 812 0 0 20 0 1 0 218413876 2293817344 59887 33554432000 4194304 5849708 140720782492896 140720782492056 5335582 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 560014 59887 735 405 0 556959 0
Current children cumulated CPU time: 1782.45 s
Current children cumulated vsize: 2240056 KiB
Current children cumulated memory: 239548 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2618
/proc/meminfo: memFree=14016252/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2288500 memory=288072 CPUtime=1842.46 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 304682 0 0 0 183425 821 0 0 20 0 1 0 218413876 2343424000 72018 33554432000 4194304 5849708 140720782492896 140720782491896 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 572125 72018 735 405 0 569070 0
Current children cumulated CPU time: 1842.46 s
Current children cumulated vsize: 2288500 KiB
Current children cumulated memory: 288072 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2627
/proc/meminfo: memFree=14341356/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2288500 memory=288244 CPUtime=1902.47 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 321544 0 0 0 189416 831 0 0 20 0 1 0 218413876 2343424000 72061 33554432000 4194304 5849708 140720782492896 140720782491896 5335622 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 572125 72061 735 405 0 569070 0
Current children cumulated CPU time: 1902.47 s
Current children cumulated vsize: 2288500 KiB
Current children cumulated memory: 288244 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2650
/proc/meminfo: memFree=14340528/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2288500 memory=288244 CPUtime=1962.47 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 321726 0 0 0 195408 839 0 0 20 0 1 0 218413876 2343424000 72061 33554432000 4194304 5849708 140720782492896 140720782491896 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 572125 72061 735 405 0 569070 0
Current children cumulated CPU time: 1962.47 s
Current children cumulated vsize: 2288500 KiB
Current children cumulated memory: 288244 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2651
/proc/meminfo: memFree=14294008/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2288500 memory=288244 CPUtime=2022.48 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 321955 0 0 0 201399 849 0 0 20 0 1 0 218413876 2343424000 72061 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 572125 72061 735 405 0 569070 0
Current children cumulated CPU time: 2022.48 s
Current children cumulated vsize: 2288500 KiB
Current children cumulated memory: 288244 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2652
/proc/meminfo: memFree=14263708/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2318868 memory=318612 CPUtime=2082.48 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 340089 0 0 0 207383 865 0 0 20 0 1 0 218413876 2374520832 79653 33554432000 4194304 5849708 140720782492896 140720782491896 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 579717 79653 735 405 0 576662 0
Current children cumulated CPU time: 2082.48 s
Current children cumulated vsize: 2318868 KiB
Current children cumulated memory: 318612 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2653
/proc/meminfo: memFree=14153436/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2388992 memory=388784 CPUtime=2142.49 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 346252 0 0 0 213375 874 0 0 20 0 1 0 218413876 2446327808 97196 33554432000 4194304 5849708 140720782492896 140720782491896 5437684 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 597248 97196 735 405 0 594193 0
Current children cumulated CPU time: 2142.49 s
Current children cumulated vsize: 2388992 KiB
Current children cumulated memory: 388784 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2654
/proc/meminfo: memFree=14153848/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2388992 memory=388784 CPUtime=2202.5 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 378852 0 0 0 219364 886 0 0 20 0 1 0 218413876 2446327808 97196 33554432000 4194304 5849708 140720782492896 140720782491896 5437777 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 597248 97196 735 405 0 594193 0
Current children cumulated CPU time: 2202.5 s
Current children cumulated vsize: 2388992 KiB
Current children cumulated memory: 388784 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2655
/proc/meminfo: memFree=14096132/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2388992 memory=388784 CPUtime=2262.51 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 390710 0 0 0 225348 903 0 0 20 0 1 0 218413876 2446327808 97196 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 597248 97196 735 405 0 594193 0
Current children cumulated CPU time: 2262.51 s
Current children cumulated vsize: 2388992 KiB
Current children cumulated memory: 388784 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2716
/proc/meminfo: memFree=10552184/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2250188 memory=249668 CPUtime=2322.51 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 399626 0 0 0 231330 921 0 0 20 0 1 0 218413876 2304192512 62417 33554432000 4194304 5849708 140720782492896 140720782491896 5437837 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 562547 62417 735 405 0 559492 0
Current children cumulated CPU time: 2322.51 s
Current children cumulated vsize: 2250188 KiB
Current children cumulated memory: 249668 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2717
/proc/meminfo: memFree=9162960/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2270032 memory=269776 CPUtime=2382.52 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 424777 0 0 0 237318 934 0 0 20 0 1 0 218413876 2324512768 67444 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 567508 67444 735 405 0 564453 0
Current children cumulated CPU time: 2382.52 s
Current children cumulated vsize: 2270032 KiB
Current children cumulated memory: 269776 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 2718
/proc/meminfo: memFree=8867960/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2270032 memory=269776 CPUtime=2442.53 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 424951 0 0 0 243307 946 0 0 20 0 1 0 218413876 2324512768 67444 33554432000 4194304 5849708 140720782492896 140720782491896 140507586674567 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 567508 67444 735 405 0 564453 0
Current children cumulated CPU time: 2442.53 s
Current children cumulated vsize: 2270032 KiB
Current children cumulated memory: 269776 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2727
/proc/meminfo: memFree=8997268/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2270032 memory=269776 CPUtime=2502.53 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 449165 0 0 0 249299 954 0 0 20 0 1 0 218413876 2324512768 67444 33554432000 4194304 5849708 140720782492896 140720782491896 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 567508 67444 735 405 0 564453 0
Current children cumulated CPU time: 2502.53 s
Current children cumulated vsize: 2270032 KiB
Current children cumulated memory: 269776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 2728
/proc/meminfo: memFree=8997524/32770624 swapFree=67108504/67108860
[pid=2561] ppid=2558 vsize=2270032 memory=269776 CPUtime=2520.04 cores=1,3,5,7
/proc/2561/stat : 2561 (xcsp_picat) R 2558 2561 32466 0 -1 4202496 449180 0 0 0 251047 957 0 0 20 0 1 0 218413876 2324512768 67444 33554432000 4194304 5849708 140720782492896 140720782492056 5437623 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 20951040 140720782501046 140720782501124 140720782501124 140720782503882 0
/proc/2561/statm: 567508 67444 735 405 0 564453 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 2270032 KiB
Current children cumulated memory: 269776 KiB

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

[startup+2519.81 s]
# the end of solver process 2561 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.47 s, system=9.58107 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): 2519.81
CPU time (s): 2520.05
CPU user time (s): 2510.47
CPU system time (s): 9.58107
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 2454528
Max. memory (cumulated for all children) (KiB): 454320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.47
system time used= 9.58107
maximum resident set size= 454320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 449180
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= 36
involuntary context switches= 1045


# summary of solver processes directly reported to runsolver:
#   pid: 2561
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2510.47
#   total CPU system time (s): 9.58107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0351 second user time and 18.728 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-11 19:28:27
IDJOB=4303104
IDBENCH=141254
IDSOLVER=2778
FILE ID=node104/4303104-1534008507
RUNJOBID= node104-1533991815-32498
PBS_JOBID= 21036946
Free space on /tmp= 37256 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32d_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303104-1534008507/watcher-4303104-1534008507 -o /tmp/evaluation-result-4303104-1534008507/solver-4303104-1534008507 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32498 --watchdog 2580  xcsp_picat HOME/instance-4303104-1534008507.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=2118130046

node104.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.11
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.11
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.11
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.11
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:        14816632 kB
MemAvailable:   31852384 kB
Buffers:          147908 kB
Cached:         16896400 kB
SwapCached:            8 kB
Active:          8446132 kB
Inactive:        8706352 kB
Active(anon):      58160 kB
Inactive(anon):   102612 kB
Active(file):    8387972 kB
Inactive(file):  8603740 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:        142252 kB
Mapped:            53000 kB
Shmem:             49636 kB
Slab:             501028 kB
SReclaimable:     472500 kB
SUnreclaim:        28528 kB
KernelStack:        3376 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2431160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37108 MiB
End job on node104 at 2018-08-11 20:10:27