Trace number 4293844

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

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc64a_c18.xml
MD5SUM88cd58dcc4a8523a6c3e6ee988ef86c5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints66
Number of domains2
Minimum domain size6
Maximum domain size64
Distribution of domain sizes[{"size":6,"count":65},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":4031},{"degree":1,"count":42},{"degree":2,"count":71},{"degree":3,"count":4},{"degree":4,"count":1},{"degree":11,"count":9},{"degree":12,"count":1},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":65},{"arity":64,"count":1}]
Number of extensional constraints65
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":65},{"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 (2719 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-4293844-1532377151/watcher-4293844-1532377151 -o /tmp/evaluation-result-4293844-1532377151/solver-4293844-1532377151 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13986 --watchdog 2580 xcsp_picat HOME/instance-4293844-1532377151.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
Starting watchdog thread
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=14593, runsolver pid=14590
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 14594
/proc/meminfo: memFree=9619856/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=111688 memory=26724 CPUtime=0.1 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 1739 0 0 0 10 0 0 0 20 0 1 0 55278293 114368512 6681 33554432000 4194304 5849740 140728469673728 140728469673032 4719616 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 27922 6681 593 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 26724 KiB

[startup+0.209713 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 14594
/proc/meminfo: memFree=9601676/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=131516 memory=44948 CPUtime=0.21 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 5099 0 0 0 20 1 0 0 20 0 1 0 55278293 134672384 11237 33554432000 4194304 5849740 140728469673728 140728469673032 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 32879 11237 666 405 0 29823 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 131516 KiB
Current children cumulated memory: 44948 KiB

[startup+0.309615 s]*
/proc/loadavg: 2.08 2.03 2.05 3/187 14594
/proc/meminfo: memFree=9599180/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=132540 memory=46004 CPUtime=0.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 5356 0 0 0 30 1 0 0 20 0 1 0 55278293 135720960 11501 33554432000 4194304 5849740 140728469673728 140728469673032 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 33135 11501 693 405 0 30079 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 132540 KiB
Current children cumulated memory: 46004 KiB

[startup+0.700277 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 14594
/proc/meminfo: memFree=9596948/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=135100 memory=48644 CPUtime=0.69 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 5996 0 0 0 67 2 0 0 20 0 1 0 55278293 138342400 12161 33554432000 4194304 5849740 140728469673728 140728469673032 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 33775 12161 693 405 0 30719 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 135100 KiB
Current children cumulated memory: 48644 KiB

[startup+1.50032 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 14594
/proc/meminfo: memFree=9593972/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=143300 memory=56816 CPUtime=1.49 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 7535 0 0 0 145 4 0 0 20 0 1 0 55278293 146739200 14204 33554432000 4194304 5849740 140728469673728 140728469672968 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 35825 14204 693 405 0 32769 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 143300 KiB
Current children cumulated memory: 56816 KiB

[startup+3.10945 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 14655
/proc/meminfo: memFree=12625236/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=151492 memory=65156 CPUtime=3.1 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 9857 0 0 0 303 7 0 0 20 0 1 0 55278293 155127808 16289 33554432000 4194304 5849740 140728469673728 140728469672824 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 37873 16289 693 405 0 34817 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 151492 KiB
Current children cumulated memory: 65156 KiB

[startup+6.30023 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 14655
/proc/meminfo: memFree=12615840/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=141336 memory=53836 CPUtime=6.29 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 17826 0 0 0 618 11 0 0 20 0 1 0 55278293 144728064 13459 33554432000 4194304 5849740 140728469673728 140728469672824 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 35334 13459 738 405 0 32278 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 141336 KiB
Current children cumulated memory: 53836 KiB

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 14655
/proc/meminfo: memFree=12540392/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=173896 memory=88000 CPUtime=12.68 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 22156 0 0 0 1250 18 0 0 20 0 1 0 55278293 178069504 22000 33554432000 4194304 5849740 140728469673728 140728469672600 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 43474 22000 738 405 0 40418 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 173896 KiB
Current children cumulated memory: 88000 KiB

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 14655
/proc/meminfo: memFree=12437768/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=206668 memory=124580 CPUtime=25.49 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 26230 0 0 0 2520 29 0 0 20 0 1 0 55278293 211628032 31145 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 51667 31145 738 405 0 48611 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 206668 KiB
Current children cumulated memory: 124580 KiB

[startup+51.1095 s]
/proc/loadavg: 1.97 2.01 2.04 3/189 14664
/proc/meminfo: memFree=12335628/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=207200 memory=127464 CPUtime=51.1 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 31382 0 0 0 5066 44 0 0 20 0 1 0 55278293 212172800 31866 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 51800 31866 738 405 0 48744 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 207200 KiB
Current children cumulated memory: 127464 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/189 14665
/proc/meminfo: memFree=12175428/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=219988 memory=135892 CPUtime=102.29 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 34453 0 0 0 10156 73 0 0 20 0 1 0 55278293 225267712 33973 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 54997 33973 738 405 0 51941 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 219988 KiB
Current children cumulated memory: 135892 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/189 14666
/proc/meminfo: memFree=12175600/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=219988 memory=135892 CPUtime=162.29 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 43697 0 0 0 16124 105 0 0 20 0 1 0 55278293 225267712 33973 33554432000 4194304 5849740 140728469673728 140728469672888 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 54997 33973 738 405 0 51941 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 219988 KiB
Current children cumulated memory: 135892 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/189 14667
/proc/meminfo: memFree=12318436/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=216704 memory=137084 CPUtime=222.29 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 51040 0 0 0 22093 136 0 0 20 0 1 0 55278293 221904896 34271 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 54176 34271 739 405 0 51120 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 216704 KiB
Current children cumulated memory: 137084 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/189 14668
/proc/meminfo: memFree=12289920/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=243932 memory=164312 CPUtime=282.29 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 57318 0 0 0 28063 166 0 0 20 0 1 0 55278293 249786368 41078 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 60983 41078 739 405 0 57927 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 243932 KiB
Current children cumulated memory: 164312 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/189 14669
/proc/meminfo: memFree=12290228/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=243932 memory=164312 CPUtime=342.29 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 62592 0 0 0 34036 193 0 0 20 0 1 0 55278293 249786368 41078 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 60983 41078 739 405 0 57927 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 243932 KiB
Current children cumulated memory: 164312 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 14671
/proc/meminfo: memFree=12322524/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=206668 memory=126872 CPUtime=402.3 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 68931 0 0 0 39993 237 0 0 20 0 1 0 55278293 211628032 31718 33554432000 4194304 5849740 140728469673728 140728469672728 5312660 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 51667 31718 739 405 0 48611 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 206668 KiB
Current children cumulated memory: 126872 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 14672
/proc/meminfo: memFree=12320280/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=206668 memory=127048 CPUtime=462.3 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 71274 0 0 0 45963 267 0 0 20 0 1 0 55278293 211628032 31762 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 51667 31762 739 405 0 48611 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 206668 KiB
Current children cumulated memory: 127048 KiB

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

/proc/14593/statm: 78070 58139 739 405 0 75014 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 312280 KiB
Current children cumulated memory: 232556 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 14711
/proc/meminfo: memFree=12216200/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=306452 memory=226632 CPUtime=1782.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 179467 0 0 0 177446 785 0 0 20 0 1 0 55278293 313806848 56658 33554432000 4194304 5849740 140728469673728 140728469672888 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 76613 56658 739 405 0 73557 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 306452 KiB
Current children cumulated memory: 226632 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 14712
/proc/meminfo: memFree=12216504/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=306452 memory=226832 CPUtime=1842.3 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 184383 0 0 0 183430 800 0 0 20 0 1 0 55278293 313806848 56708 33554432000 4194304 5849740 140728469673728 140728469672728 5335568 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 76613 56708 739 405 0 73557 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 306452 KiB
Current children cumulated memory: 226832 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 14721
/proc/meminfo: memFree=12232452/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=290360 memory=210672 CPUtime=1902.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 191304 0 0 0 189414 817 0 0 20 0 1 0 55278293 297328640 52668 33554432000 4194304 5849740 140728469673728 140728469672728 5437576 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 72590 52668 739 405 0 69534 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 290360 KiB
Current children cumulated memory: 210672 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 14722
/proc/meminfo: memFree=12216376/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=306584 memory=226964 CPUtime=1962.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 196763 0 0 0 195397 834 0 0 20 0 1 0 55278293 313942016 56741 33554432000 4194304 5849740 140728469673728 140728469672728 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 76646 56741 739 405 0 73590 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 306584 KiB
Current children cumulated memory: 226964 KiB

[startup+2022.3 s]
/proc/loadavg: 2.22 2.08 2.06 3/188 14723
/proc/meminfo: memFree=12203048/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=320072 memory=240452 CPUtime=2022.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 198993 0 0 0 201384 847 0 0 20 0 1 0 55278293 327753728 60113 33554432000 4194304 5849740 140728469673728 140728469672888 5335602 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 80018 60113 739 405 0 76962 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 320072 KiB
Current children cumulated memory: 240452 KiB

[startup+2082.3 s]
/proc/loadavg: 2.36 2.16 2.09 3/188 14724
/proc/meminfo: memFree=12159796/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=363024 memory=283384 CPUtime=2082.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 211339 0 0 0 207374 857 0 0 20 0 1 0 55278293 371736576 70846 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 90756 70846 739 405 0 87700 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 363024 KiB
Current children cumulated memory: 283384 KiB

[startup+2142.3 s]
/proc/loadavg: 2.13 2.13 2.09 3/188 14725
/proc/meminfo: memFree=12159684/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=363024 memory=283384 CPUtime=2142.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 211346 0 0 0 213360 871 0 0 20 0 1 0 55278293 371736576 70846 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 90756 70846 739 405 0 87700 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 363024 KiB
Current children cumulated memory: 283384 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.11 2.08 3/187 14727
/proc/meminfo: memFree=12191072/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=330560 memory=250924 CPUtime=2202.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 231966 0 0 0 219342 889 0 0 20 0 1 0 55278293 338493440 62731 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 82640 62731 739 405 0 79584 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 330560 KiB
Current children cumulated memory: 250924 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.09 2.07 3/187 14728
/proc/meminfo: memFree=12173812/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=347728 memory=268080 CPUtime=2262.32 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 239683 0 0 0 225330 902 0 0 20 0 1 0 55278293 356073472 67020 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 86932 67020 739 405 0 83876 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 347728 KiB
Current children cumulated memory: 268080 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 14729
/proc/meminfo: memFree=12145812/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=374912 memory=295292 CPUtime=2322.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 251794 0 0 0 231314 917 0 0 20 0 1 0 55278293 383909888 73823 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 93728 73823 739 405 0 90672 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 374912 KiB
Current children cumulated memory: 295292 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 14731
/proc/meminfo: memFree=12146488/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=374912 memory=295292 CPUtime=2382.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 263612 0 0 0 237300 931 0 0 20 0 1 0 55278293 383909888 73823 33554432000 4194304 5849740 140728469673728 140728469672728 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 93728 73823 739 405 0 90672 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 374912 KiB
Current children cumulated memory: 295292 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 14732
/proc/meminfo: memFree=12111240/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=409244 memory=329624 CPUtime=2442.32 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 287609 0 0 0 243286 946 0 0 20 0 1 0 55278293 419065856 82406 33554432000 4194304 5849740 140728469673728 140728469672728 140697461026695 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 102311 82406 739 405 0 99255 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 409244 KiB
Current children cumulated memory: 329624 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 14740
/proc/meminfo: memFree=12111068/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=409244 memory=329624 CPUtime=2502.31 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 305478 0 0 0 249275 956 0 0 20 0 1 0 55278293 419065856 82406 33554432000 4194304 5849740 140728469673728 140728469672600 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 102311 82406 739 405 0 99255 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 409244 KiB
Current children cumulated memory: 329624 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.04 2.05 3/188 14763
/proc/meminfo: memFree=12109944/32770624 swapFree=67108860/67108860
[pid=14593] ppid=14590 vsize=409244 memory=329624 CPUtime=2520.01 cores=1,3,5,7
/proc/14593/stat : 14593 (xcsp_picat) R 14590 14593 13954 0 -1 4202496 310575 0 0 0 251041 960 0 0 20 0 1 0 55278293 419065856 82406 33554432000 4194304 5849740 140728469673728 140728469672728 5437698 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9399828 16711680 140728469681334 140728469681412 140728469681412 140728469684170 0
/proc/14593/statm: 102311 82406 739 405 0 99255 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 409244 KiB
Current children cumulated memory: 329624 KiB

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

[startup+2520.01 s]
# the end of solver process 14593 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.41 s, system=9.60318 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): 2520.02
CPU user time (s): 2510.41
CPU system time (s): 9.60318
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 409244
Max. memory (cumulated for all children) (KiB): 329624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.41
system time used= 9.60318
maximum resident set size= 329624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310575
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= 64
involuntary context switches= 874


# summary of solver processes directly reported to runsolver:
#   pid: 14593
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2510.41
#   total CPU system time (s): 9.60318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2226 second user time and 17.9968 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-23 22:19:11
IDJOB=4293844
IDBENCH=141245
IDSOLVER=2754
FILE ID=node137/4293844-1532377151
RUNJOBID= node137-1532369589-13986
PBS_JOBID= 21021571
Free space on /tmp= 48720 MiB

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

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

MD5SUM BENCH= 88cd58dcc4a8523a6c3e6ee988ef86c5
RANDOM SEED=822297449

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:         9641936 kB
MemAvailable:   28742380 kB
Buffers:          264932 kB
Cached:         18771972 kB
SwapCached:            0 kB
Active:          5058576 kB
Inactive:       17222376 kB
Active(anon):    3247088 kB
Inactive(anon):    16944 kB
Active(file):    1811488 kB
Inactive(file): 17205432 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:       3224520 kB
Mapped:            39828 kB
Shmem:             17036 kB
Slab:             540168 kB
SReclaimable:     511984 kB
SUnreclaim:        28184 kB
KernelStack:        3360 kB
PageTables:        11788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3926864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3158016 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:01:11