Trace number 4407580

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
(reference) PicatSAT 2019-09-12? (TO) 2400.03 2400.12

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-lipa60b.xml
MD5SUMd3c2bfd6fc3d7b839ebf0f38d378e232
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1615360
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables3660
Number of constraints1744
Number of domains2
Minimum domain size60
Maximum domain size61
Distribution of domain sizes[{"size":60,"count":60},{"size":61,"count":1743}]
Minimum variable degree0
Maximum variable degree60
Distribution of variable degrees[{"degree":0,"count":1857},{"degree":2,"count":1743},{"degree":57,"count":4},{"degree":58,"count":9},{"degree":59,"count":24},{"degree":60,"count":23}]
Minimum constraint arity3
Maximum constraint arity60
Distribution of constraint arities[{"arity":3,"count":1743},{"arity":60,"count":1}]
Number of extensional constraints1743
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1743},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

105.89/105.93	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407580-1569509648/watcher-4407580-1569509648 -o /tmp/evaluation-result-4407580-1569509648/solver-4407580-1569509648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1569509600-8665 --watchdog 2560 xcsp_picat HOME/instance-4407580-1569509648.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=8758, runsolver pid=8755

[startup+0.100112 s]*
/proc/loadavg: 0.24 0.06 0.06 3/199 8759
/proc/meminfo: memFree=25500304/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=22452 CPUtime=0.1 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1719 0 0 0 10 0 0 0 20 0 1 0 527236065 2080477184 5613 33554432000 4194304 5870510 140723748186112 140723748185416 4826689 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 5613 842 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 22452 KiB

[startup+0.209588 s]*
/proc/loadavg: 0.24 0.06 0.06 3/199 8759
/proc/meminfo: memFree=25490064/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=32692 CPUtime=0.21 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1724 0 0 0 21 0 0 0 20 0 1 0 527236065 2080477184 8173 33554432000 4194304 5870510 140723748186112 140723748185416 4695044 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 8173 842 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 32692 KiB

[startup+0.309858 s]*
/proc/loadavg: 0.24 0.06 0.06 3/199 8759
/proc/meminfo: memFree=25477776/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=42932 CPUtime=0.3 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1729 0 0 0 30 0 0 0 20 0 1 0 527236065 2080477184 10733 33554432000 4194304 5870510 140723748186112 140723748185416 4515394 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 10733 842 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 42932 KiB

[startup+0.700316 s]
/proc/loadavg: 0.24 0.06 0.06 3/199 8759
/proc/meminfo: memFree=25456800/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=82008 CPUtime=0.69 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1748 0 0 0 68 1 0 0 20 0 1 0 527236065 2080477184 20502 33554432000 4194304 5870510 140723748186112 140723748185416 4695393 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 20502 842 410 0 503402 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 82008 KiB

[startup+1.50032 s]
/proc/loadavg: 0.24 0.06 0.06 3/199 8759
/proc/meminfo: memFree=25402252/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=161880 CPUtime=1.49 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1787 0 0 0 147 2 0 0 20 0 1 0 527236065 2080477184 40470 33554432000 4194304 5870510 140723748186112 140723748185416 4429451 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 40470 842 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 161880 KiB

[startup+3.10961 s]
/proc/loadavg: 0.24 0.06 0.06 3/200 8761
/proc/meminfo: memFree=25210244/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=332072 CPUtime=3.1 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 2459 0 0 0 306 4 0 0 20 0 1 0 527236065 2080477184 83018 33554432000 4194304 5870510 140723748186112 140723748185416 4440738 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 83018 873 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 332072 KiB

[startup+6.30034 s]
/proc/loadavg: 0.38 0.10 0.07 3/200 8761
/proc/meminfo: memFree=24461812/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=2031716 memory=1118568 CPUtime=6.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 2889 0 0 0 612 17 0 0 20 0 1 0 527236065 2080477184 279642 33554432000 4194304 5870510 140723748186112 140723748185416 4794087 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 507929 279642 889 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 1118568 KiB

[startup+12.7004 s]
/proc/loadavg: 0.51 0.13 0.08 3/200 8761
/proc/meminfo: memFree=23204160/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=3890680 memory=2534212 CPUtime=12.69 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 5614 0 0 0 1230 39 0 0 20 0 1 0 527236065 3984056320 633553 33554432000 4194304 5870510 140723748186112 140723748185080 5245079 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 972670 633553 894 410 0 968143 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 3890680 KiB
Current children cumulated memory: 2534212 KiB

[startup+25.5003 s]
/proc/loadavg: 0.84 0.22 0.11 3/199 8761
/proc/meminfo: memFree=21785204/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4753364 memory=3747076 CPUtime=25.49 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 127945 0 0 0 2480 69 0 0 20 0 1 0 527236065 4867444736 936769 33554432000 4194304 5870510 140723748186112 140723748184840 140658686869383 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1188341 936769 959 410 0 1183814 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 4753364 KiB
Current children cumulated memory: 3747076 KiB

[startup+51.1098 s]
/proc/loadavg: 1.23 0.36 0.16 3/200 8764
/proc/meminfo: memFree=21736628/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4754504 memory=3747692 CPUtime=51.1 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 223440 0 0 0 5035 75 0 0 20 0 1 0 527236065 4868612096 936923 33554432000 4194304 5870510 140723748186112 140723748184616 5337297 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1188626 936923 966 410 0 1184099 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 4754504 KiB
Current children cumulated memory: 3747692 KiB

[startup+102.3 s]
/proc/loadavg: 1.67 0.62 0.26 3/199 8769
/proc/meminfo: memFree=21802252/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3660948 CPUtime=102.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 452379 0 0 0 10139 90 0 0 20 0 1 0 527236065 4820774912 915237 33554432000 4194304 5870510 140723748186112 140723748185368 140658692108523 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 915237 989 410 0 1172420 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3660948 KiB

[startup+162.3 s]
/proc/loadavg: 1.88 0.87 0.37 3/199 8773
/proc/meminfo: memFree=21781708/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3677584 CPUtime=162.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 680588 0 0 0 16124 105 0 0 20 0 1 0 527236065 4820774912 919396 33554432000 4194304 5870510 140723748186112 140723748185224 5308335 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 919396 991 410 0 1172420 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3677584 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 0.47 3/199 8777
/proc/meminfo: memFree=21780900/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3692128 CPUtime=222.28 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 926172 0 0 0 22108 120 0 0 20 0 1 0 527236065 4820774912 923032 33554432000 4194304 5870510 140723748186112 140723748185224 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 923032 991 410 0 1172420 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3692128 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.57 3/199 8784
/proc/meminfo: memFree=21731628/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3708736 CPUtime=282.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1198514 0 0 0 28092 137 0 0 20 0 1 0 527236065 4820774912 927184 33554432000 4194304 5870510 140723748186112 140723748185224 5283133 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 927184 991 410 0 1172420 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3708736 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.66 3/199 8788
/proc/meminfo: memFree=21712212/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3725132 CPUtime=342.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1433502 0 0 0 34078 151 0 0 20 0 1 0 527236065 4820774912 931283 33554432000 4194304 5870510 140723748186112 140723748185224 5308341 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 931283 991 410 0 1172420 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3725132 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 3/200 8801
/proc/meminfo: memFree=21764312/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3672276 CPUtime=402.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1715896 0 0 0 40056 173 0 0 20 0 1 0 527236065 4820774912 918069 33554432000 4194304 5870510 140723748186112 140723748185128 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 918069 991 410 0 1172420 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3672276 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.82 3/200 8829
/proc/meminfo: memFree=21752152/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4707788 memory=3684644 CPUtime=462.29 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 1982376 0 0 0 46041 188 0 0 20 0 1 0 527236065 4820774912 921161 33554432000 4194304 5870510 140723748186112 140723748185128 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1176947 921161 991 410 0 1172420 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 4707788 KiB
Current children cumulated memory: 3684644 KiB


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

/proc/8758/statm: 1178430 933053 991 410 0 1173903 0
Current children cumulated CPU time: 1662.19 s
Current children cumulated vsize: 4713720 KiB
Current children cumulated memory: 3732212 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.70 3/200 8944
/proc/meminfo: memFree=21639832/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4714548 memory=3745328 CPUtime=1722.2 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6163142 0 0 0 171761 459 0 0 20 0 1 0 527236065 4827697152 936332 33554432000 4194304 5870510 140723748186112 140723748184472 5282382 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1178637 936332 991 410 0 1174110 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 4714548 KiB
Current children cumulated memory: 3745328 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/200 8948
/proc/meminfo: memFree=21631392/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4714816 memory=3751756 CPUtime=1782.2 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6169359 0 0 0 177760 460 0 0 20 0 1 0 527236065 4827971584 937939 33554432000 4194304 5870510 140723748186112 140723748184408 5262639 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1178704 937939 991 410 0 1174177 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 4714816 KiB
Current children cumulated memory: 3751756 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.73 3/200 8952
/proc/meminfo: memFree=21620516/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4715480 memory=3762612 CPUtime=1842.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6175188 0 0 0 183758 461 0 0 20 0 1 0 527236065 4828651520 940653 33554432000 4194304 5870510 140723748186112 140723748184408 5288765 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1178870 940653 991 410 0 1174343 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 4715480 KiB
Current children cumulated memory: 3762612 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/199 8959
/proc/meminfo: memFree=21672196/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4717756 memory=3711892 CPUtime=1902.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6182174 0 0 0 189754 465 0 0 20 0 1 0 527236065 4830982144 927973 33554432000 4194304 5870510 140723748186112 140723748184472 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1179439 927973 991 410 0 1174912 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 4717756 KiB
Current children cumulated memory: 3711892 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/199 8963
/proc/meminfo: memFree=21651004/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4720172 memory=3732784 CPUtime=1962.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6190657 0 0 0 195753 466 0 0 20 0 1 0 527236065 4833456128 933196 33554432000 4194304 5870510 140723748186112 140723748184408 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1180043 933196 991 410 0 1175516 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 4720172 KiB
Current children cumulated memory: 3732784 KiB

[startup+2022.3 s]
/proc/loadavg: 2.39 2.08 1.81 3/199 8967
/proc/meminfo: memFree=21628856/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3754956 CPUtime=2022.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6201276 0 0 0 201751 468 0 0 20 0 1 0 527236065 4842749952 938739 33554432000 4194304 5870510 140723748186112 140723748184600 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 938739 991 410 0 1177785 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3754956 KiB

[startup+2082.3 s]
/proc/loadavg: 2.25 2.11 1.84 3/199 8974
/proc/meminfo: memFree=21618600/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3765200 CPUtime=2082.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6209546 0 0 0 207751 468 0 0 20 0 1 0 527236065 4842749952 941300 33554432000 4194304 5870510 140723748186112 140723748184600 5308341 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 941300 991 410 0 1177785 0
Current children cumulated CPU time: 2082.19 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3765200 KiB

[startup+2142.3 s]
/proc/loadavg: 2.09 2.09 1.85 3/199 8978
/proc/meminfo: memFree=21612116/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3771348 CPUtime=2142.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6216972 0 0 0 213750 469 0 0 20 0 1 0 527236065 4842749952 942837 33554432000 4194304 5870510 140723748186112 140723748184600 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 942837 991 410 0 1177785 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3771348 KiB

[startup+2202.3 s]
/proc/loadavg: 2.03 2.07 1.86 3/200 8990
/proc/meminfo: memFree=21605400/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3777496 CPUtime=2202.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6224885 0 0 0 219750 469 0 0 20 0 1 0 527236065 4842749952 944374 33554432000 4194304 5870510 140723748186112 140723748184600 5289471 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 944374 991 410 0 1177785 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3777496 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.06 1.87 3/200 8996
/proc/meminfo: memFree=21597612/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4944172 memory=3784420 CPUtime=2262.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6241092 0 0 0 225748 471 0 0 20 0 1 0 527236065 5062832128 946105 33554432000 4194304 5870510 140723748186112 140723748185064 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1236043 946105 991 410 0 1231516 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 4944172 KiB
Current children cumulated memory: 3784420 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.05 1.88 3/200 9000
/proc/meminfo: memFree=21588676/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4944172 memory=3793584 CPUtime=2322.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6357951 0 0 0 231743 476 0 0 20 0 1 0 527236065 5062832128 948396 33554432000 4194304 5870510 140723748186112 140723748185064 5282578 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1236043 948396 991 410 0 1231516 0
Current children cumulated CPU time: 2322.19 s
Current children cumulated vsize: 4944172 KiB
Current children cumulated memory: 3793584 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 1.88 3/200 9004
/proc/meminfo: memFree=21653844/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3728368 CPUtime=2382.19 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6439847 0 0 0 237732 487 0 0 20 0 1 0 527236065 4842749952 932092 33554432000 4194304 5870510 140723748186112 140723748185128 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 932092 991 410 0 1177785 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3728368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.08 2.06 1.89 3/200 9067
/proc/meminfo: memFree=21121852/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3732468 CPUtime=2400 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6440597 0 0 0 239512 488 0 0 20 0 1 0 527236065 4842749952 933117 33554432000 4194304 5870510 140723748186112 140723748185128 5306812 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 933117 991 410 0 1177785 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3732468 KiB

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

[startup+2400.12 s]
# the end of solver process 8758 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.13 s, system=4.89699 s

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

[startup+2400.11 s]
/proc/loadavg: 2.08 2.06 1.89 3/200 9067
/proc/meminfo: memFree=21121852/32770624 swapFree=66956692/67108860
[pid=8758] ppid=8755 vsize=4729248 memory=3732468 CPUtime=2400 cores=0,2,4,6
/proc/8758/stat : 8758 (xcsp_picat) R 8755 8758 8634 0 -1 4202496 6440597 0 0 0 239512 488 0 0 20 0 1 0 527236065 4842749952 933117 33554432000 4194304 5870510 140723748186112 140723748185128 5306812 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 23453696 140723748189215 140723748189293 140723748189293 140723748192202 0
/proc/8758/statm: 1182312 933117 991 410 0 1177785 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 4729248 KiB
Current children cumulated memory: 3732468 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.12
CPU time (s): 2400.03
CPU user time (s): 2395.13
CPU system time (s): 4.89699
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 5288048
Max. memory (cumulated for all children) (KiB): 4070148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.13
system time used= 4.89699
maximum resident set size= 4070148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6440597
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= 163
involuntary context switches= 1721


# summary of solver processes directly reported to runsolver:
#   pid: 8758
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2395.13
#   total CPU system time (s): 4.89699

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.74632 second user time and 17.4759 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-26 16:53:27
IDJOB=4407580
IDBENCH=123115
IDSOLVER=2873
FILE ID=node151/4407580-1569509648
RUNJOBID= node151-1569509600-8665
PBS_JOBID= 21705776
Free space on /tmp= 12408 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-lipa60b.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407580-1569509648/watcher-4407580-1569509648 -o /tmp/evaluation-result-4407580-1569509648/solver-4407580-1569509648 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1569509600-8665 --watchdog 2560  xcsp_picat HOME/instance-4407580-1569509648.xml

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

MD5SUM BENCH= d3c2bfd6fc3d7b839ebf0f38d378e232
RANDOM SEED=8362727

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25521464 kB
MemAvailable:   31736876 kB
Buffers:           99388 kB
Cached:          6320024 kB
SwapCached:        50572 kB
Active:          2761452 kB
Inactive:        3756536 kB
Active(anon):      65804 kB
Inactive(anon):   103712 kB
Active(file):    2695648 kB
Inactive(file):  3652824 kB
Unevictable:      108088 kB
Mlocked:          108088 kB
SwapTotal:      67108860 kB
SwapFree:       66956692 kB
Dirty:              3388 kB
Writeback:             0 kB
AnonPages:        133912 kB
Mapped:            23152 kB
Shmem:             62540 kB
Slab:             323948 kB
SReclaimable:     295400 kB
SUnreclaim:        28548 kB
KernelStack:        3472 kB
PageTables:         6092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2612996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12404 MiB
End job on node151 at 2019-09-26 17:33:27