Trace number 4293852

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-06-15? (TO) 2520.04 2520.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32a_c18.xml
MD5SUMca8832984a17c67db3e889c6d91adcf4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints75
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":74},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":950},{"degree":1,"count":7},{"degree":2,"count":75},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":7,"count":8},{"degree":8,"count":6},{"degree":9,"count":2},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":74},{"arity":32,"count":1}]
Number of extensional constraints74
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":74},{"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 (5450 MiB free)
  memory of node 1: 16384 MiB (6696 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293852-1532379672/watcher-4293852-1532379672 -o /tmp/evaluation-result-4293852-1532379672/solver-4293852-1532379672 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580 xcsp_picat HOME/instance-4293852-1532379672.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
solver pid=14823, runsolver pid=14820
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 2.00 2.04 2.05 3/188 14824
/proc/meminfo: memFree=12420324/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=128912 memory=20236 CPUtime=0.1 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 2203 0 0 0 10 0 0 0 20 0 1 0 55530346 132005888 5059 33554432000 4194304 5849740 140730502870864 140730502870864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 32228 5059 695 405 0 29172 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 128912 KiB
Current children cumulated memory: 20236 KiB

[startup+0.209709 s]*
/proc/loadavg: 2.00 2.04 2.05 3/188 14824
/proc/meminfo: memFree=12419952/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=129936 memory=21264 CPUtime=0.21 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 2459 0 0 0 20 1 0 0 20 0 1 0 55530346 133054464 5316 33554432000 4194304 5849740 140730502870864 140730502870864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 32484 5316 695 405 0 29428 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 129936 KiB
Current children cumulated memory: 21264 KiB

[startup+0.308951 s]*
/proc/loadavg: 2.00 2.04 2.05 3/188 14824
/proc/meminfo: memFree=12418748/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=130448 memory=21776 CPUtime=0.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 2587 0 0 0 29 1 0 0 20 0 1 0 55530346 133578752 5444 33554432000 4194304 5849740 140730502870864 140730502870040 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 32612 5444 695 405 0 29556 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 130448 KiB
Current children cumulated memory: 21776 KiB

[startup+0.700286 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 14824
/proc/meminfo: memFree=12417632/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=134544 memory=25920 CPUtime=0.69 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 3611 0 0 0 66 3 0 0 20 0 1 0 55530346 137773056 6480 33554432000 4194304 5849740 140730502870864 140730502869960 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 33636 6480 695 405 0 30580 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 134544 KiB
Current children cumulated memory: 25920 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 14824
/proc/meminfo: memFree=12412424/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=140948 memory=32400 CPUtime=1.49 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 4701 0 0 0 144 5 0 0 20 0 1 0 55530346 144330752 8100 33554432000 4194304 5849740 140730502870864 140730502869800 4531499 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 35237 8100 695 405 0 32181 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 140948 KiB
Current children cumulated memory: 32400 KiB

[startup+3.10965 s]
/proc/loadavg: 1.84 2.00 2.04 3/188 14885
/proc/meminfo: memFree=12736644/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=129800 memory=21440 CPUtime=3.1 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 8586 0 0 0 304 6 0 0 20 0 1 0 55530346 132915200 5360 33554432000 4194304 5849740 140730502870864 140730502869112 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 32450 5360 737 405 0 29394 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 129800 KiB
Current children cumulated memory: 21440 KiB

[startup+6.30038 s]
/proc/loadavg: 1.84 2.00 2.04 3/188 14885
/proc/meminfo: memFree=12581800/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=152948 memory=44464 CPUtime=6.28 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 11859 0 0 0 617 11 0 0 20 0 1 0 55530346 156618752 11116 33554432000 4194304 5849740 140730502870864 140730502868904 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 38237 11116 737 405 0 35181 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 152948 KiB
Current children cumulated memory: 44464 KiB

[startup+12.7003 s]
/proc/loadavg: 1.86 2.00 2.04 3/188 14885
/proc/meminfo: memFree=12503540/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=161144 memory=52836 CPUtime=12.69 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 13696 0 0 0 1249 20 0 0 20 0 1 0 55530346 165011456 13209 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 40286 13209 739 405 0 37230 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 161144 KiB
Current children cumulated memory: 52836 KiB

[startup+25.5004 s]
/proc/loadavg: 1.89 2.00 2.04 3/188 14885
/proc/meminfo: memFree=12417800/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=161144 memory=58228 CPUtime=25.49 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 17104 0 0 0 2513 36 0 0 20 0 1 0 55530346 165011456 14557 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 40286 14557 739 405 0 37230 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 161144 KiB
Current children cumulated memory: 58228 KiB

[startup+51.1097 s]
/proc/loadavg: 1.93 2.00 2.04 3/188 14885
/proc/meminfo: memFree=11992700/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=169336 memory=68540 CPUtime=51.1 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 22624 0 0 0 5048 62 0 0 20 0 1 0 55530346 173400064 17135 33554432000 4194304 5849740 140730502870864 140730502869864 5312775 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 42334 17135 739 405 0 39278 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 169336 KiB
Current children cumulated memory: 68540 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/188 14886
/proc/meminfo: memFree=10650468/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=161144 memory=60348 CPUtime=102.29 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 34564 0 0 0 10111 118 0 0 20 0 1 0 55530346 165011456 15087 33554432000 4194304 5849740 140730502870864 140730502870024 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 40286 15087 739 405 0 37230 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 161144 KiB
Current children cumulated memory: 60348 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 14887
/proc/meminfo: memFree=9768848/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=169336 memory=68324 CPUtime=162.29 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 47623 0 0 0 16052 177 0 0 20 0 1 0 55530346 173400064 17081 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 42334 17081 739 405 0 39278 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 169336 KiB
Current children cumulated memory: 68324 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 14888
/proc/meminfo: memFree=9558160/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=183408 memory=82464 CPUtime=222.29 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 59391 0 0 0 22004 225 0 0 20 0 1 0 55530346 187809792 20616 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 45852 20616 739 405 0 42796 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 183408 KiB
Current children cumulated memory: 82464 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 14889
/proc/meminfo: memFree=9163024/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=184464 memory=83416 CPUtime=282.29 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 69701 0 0 0 27963 266 0 0 20 0 1 0 55530346 188891136 20854 33554432000 4194304 5849740 140730502870864 140730502869864 5392643 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 46116 20854 739 405 0 43060 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 184464 KiB
Current children cumulated memory: 83416 KiB

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.04 3/187 14890
/proc/meminfo: memFree=9161924/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=184932 memory=84048 CPUtime=342.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 79980 0 0 0 33920 310 0 0 20 0 1 0 55530346 189370368 21012 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 46233 21012 739 405 0 43177 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 184932 KiB
Current children cumulated memory: 84048 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.04 3/187 14891
/proc/meminfo: memFree=8631108/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=190752 memory=89948 CPUtime=402.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 88016 0 0 0 39872 358 0 0 20 0 1 0 55530346 195330048 22487 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 47688 22487 739 405 0 44632 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 190752 KiB
Current children cumulated memory: 89948 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/187 14892
/proc/meminfo: memFree=8338184/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=221216 memory=120508 CPUtime=462.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 100517 0 0 0 45839 391 0 0 20 0 1 0 55530346 226525184 30127 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 55304 30127 739 405 0 52248 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 221216 KiB
Current children cumulated memory: 120508 KiB


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

/proc/14823/statm: 101623 76424 739 405 0 98567 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 406492 KiB
Current children cumulated memory: 305696 KiB

[startup+1782.3 s]
/proc/loadavg: 2.07 2.10 2.08 3/187 14938
/proc/meminfo: memFree=6350396/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=543204 memory=442388 CPUtime=1782.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 572104 0 0 0 177490 740 0 0 20 0 1 0 55530346 556240896 110597 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 135801 110597 739 405 0 132745 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 543204 KiB
Current children cumulated memory: 442388 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.08 2.07 3/187 14939
/proc/meminfo: memFree=6502364/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=391984 memory=290984 CPUtime=1842.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 610082 0 0 0 183476 754 0 0 20 0 1 0 55530346 401391616 72746 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 97996 72746 739 405 0 94940 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 391984 KiB
Current children cumulated memory: 290984 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 14940
/proc/meminfo: memFree=6495936/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=397940 memory=297144 CPUtime=1902.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 628458 0 0 0 189459 771 0 0 20 0 1 0 55530346 407490560 74286 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 99485 74286 739 405 0 96429 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 397940 KiB
Current children cumulated memory: 297144 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 14941
/proc/meminfo: memFree=6464608/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=429208 memory=328412 CPUtime=1962.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 646943 0 0 0 195442 788 0 0 20 0 1 0 55530346 439508992 82103 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 107302 82103 739 405 0 104246 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 429208 KiB
Current children cumulated memory: 328412 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 14942
/proc/meminfo: memFree=6463128/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=430600 memory=329804 CPUtime=2022.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 665507 0 0 0 201425 806 0 0 20 0 1 0 55530346 440934400 82451 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 107650 82451 739 405 0 104594 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 430600 KiB
Current children cumulated memory: 329804 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 14943
/proc/meminfo: memFree=6421488/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=472096 memory=371300 CPUtime=2082.3 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 686173 0 0 0 207409 821 0 0 20 0 1 0 55530346 483426304 92825 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 118024 92825 739 405 0 114968 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 472096 KiB
Current children cumulated memory: 371300 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 14944
/proc/meminfo: memFree=6400576/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=493136 memory=392340 CPUtime=2142.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 707288 0 0 0 213393 838 0 0 20 0 1 0 55530346 504971264 98085 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 123284 98085 739 405 0 120228 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 493136 KiB
Current children cumulated memory: 392340 KiB

[startup+2202.3 s]
/proc/loadavg: 2.71 2.21 2.11 3/187 14945
/proc/meminfo: memFree=6400452/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=493136 memory=392340 CPUtime=2202.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 727821 0 0 0 219380 851 0 0 20 0 1 0 55530346 504971264 98085 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 123284 98085 739 405 0 120228 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 493136 KiB
Current children cumulated memory: 392340 KiB

[startup+2262.3 s]
/proc/loadavg: 2.26 2.17 2.10 3/187 14946
/proc/meminfo: memFree=6355220/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=538516 memory=437720 CPUtime=2262.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 750067 0 0 0 225366 865 0 0 20 0 1 0 55530346 551440384 109430 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 134629 109430 739 405 0 131573 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 538516 KiB
Current children cumulated memory: 437720 KiB

[startup+2322.3 s]
/proc/loadavg: 2.10 2.14 2.09 3/187 14947
/proc/meminfo: memFree=6286024/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=607528 memory=506696 CPUtime=2322.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 783054 0 0 0 231353 878 0 0 20 0 1 0 55530346 622108672 126674 33554432000 4194304 5849740 140730502870864 140730502869864 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 151882 126674 739 405 0 148826 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 607528 KiB
Current children cumulated memory: 506696 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.12 2.09 3/188 14956
/proc/meminfo: memFree=6285912/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=607528 memory=506732 CPUtime=2382.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 818537 0 0 0 237344 887 0 0 20 0 1 0 55530346 622108672 126683 33554432000 4194304 5849740 140730502870864 140730502870024 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 151882 126683 739 405 0 148826 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 607528 KiB
Current children cumulated memory: 506732 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.10 2.08 3/188 14957
/proc/meminfo: memFree=6285656/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=607528 memory=506732 CPUtime=2442.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 854149 0 0 0 243336 895 0 0 20 0 1 0 55530346 622108672 126683 33554432000 4194304 5849740 140730502870864 140730502869864 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 151882 126683 739 405 0 148826 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 607528 KiB
Current children cumulated memory: 506732 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.08 2.08 3/188 14958
/proc/meminfo: memFree=6285788/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=607528 memory=506732 CPUtime=2502.31 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 887412 0 0 0 249328 903 0 0 20 0 1 0 55530346 622108672 126683 33554432000 4194304 5849740 140730502870864 140730502869864 5437698 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 151882 126683 739 405 0 148826 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 607528 KiB
Current children cumulated memory: 506732 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.07 2.07 3/188 14958
/proc/meminfo: memFree=6285912/32770624 swapFree=67108860/67108860
[pid=14823] ppid=14820 vsize=607528 memory=506732 CPUtime=2520.03 cores=1,3,5,7
/proc/14823/stat : 14823 (xcsp_picat) R 14820 14823 13954 0 -1 4202496 902173 0 0 0 251097 906 0 0 20 0 1 0 55530346 622108672 126683 33554432000 4194304 5849740 140730502870864 140730502869864 139900471160711 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 16248832 140730502878390 140730502878468 140730502878468 140730502881226 0
/proc/14823/statm: 151882 126683 739 405 0 148826 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 607528 KiB
Current children cumulated memory: 506732 KiB

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

[startup+2520.02 s]
# the end of solver process 14823 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.97 s, system=9.07116 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2520.04
CPU user time (s): 2510.97
CPU system time (s): 9.07116
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 607528
Max. memory (cumulated for all children) (KiB): 506732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.97
system time used= 9.07116
maximum resident set size= 506732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 902173
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= 35
involuntary context switches= 898


# summary of solver processes directly reported to runsolver:
#   pid: 14823
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2510.97
#   total CPU system time (s): 9.07116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.405 second user time and 18.1438 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-23 23:01:12
IDJOB=4293852
IDBENCH=141247
IDSOLVER=2754
FILE ID=node137/4293852-1532379672
RUNJOBID= node137-1532369589-13986
PBS_JOBID= 21021571
Free space on /tmp= 48724 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32a_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293852-1532379672/watcher-4293852-1532379672 -o /tmp/evaluation-result-4293852-1532379672/solver-4293852-1532379672 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580  xcsp_picat HOME/instance-4293852-1532379672.xml

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

MD5SUM BENCH= ca8832984a17c67db3e889c6d91adcf4
RANDOM SEED=1519391289

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12438484 kB
MemAvailable:   31540068 kB
Buffers:          265168 kB
Cached:         18772264 kB
SwapCached:            0 kB
Active:          2265276 kB
Inactive:       17223100 kB
Active(anon):     453340 kB
Inactive(anon):    16944 kB
Active(file):    1811936 kB
Inactive(file): 17206156 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:        568492 kB
Mapped:            39888 kB
Shmem:             17036 kB
Slab:             540656 kB
SReclaimable:     511952 kB
SUnreclaim:        28704 kB
KernelStack:        3376 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     814916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48720 MiB
End job on node137 at 2018-07-23 23:43:12