Trace number 4394954

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PicatSAT 2019-09-12UNSAT 585.492 585.545

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-add.xml
MD5SUM18e8c61317b2c078d14d7e9ead8d31e0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.0904
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3170
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree4
Maximum variable degree79
Distribution of variable degrees[{"degree":4,"count":5},{"degree":79,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3170}]
Number of extensional constraints0
Number of intensional constraints3170
Distribution of constraint types[{"type":"intension","count":3170}]
Optimization problemNO
Type of objective

Solver Data

22.49/22.59	c xcsp_picat version 2.7b12 (9/12/2019)
585.43/585.54	s UNSATISFIABLE

Verifier Data


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 (15125 MiB free)
  memory of node 1: 16384 MiB (15698 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394954-1568324312/watcher-4394954-1568324312 -o /tmp/evaluation-result-4394954-1568324312/solver-4394954-1568324312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580 xcsp_picat HOME/instance-4394954-1568324312.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=19229, runsolver pid=19226
Current StackSize limit: 8192 KiB


[startup+0.100293 s]*
/proc/loadavg: 2.00 2.02 2.40 3/200 19230
/proc/meminfo: memFree=31537496/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2031716 memory=28788 CPUtime=0.1 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 1262 0 0 0 10 0 0 0 20 0 1 0 408693856 2080477184 7197 33554432000 4194304 5870510 140724103798512 140724103797816 5076687 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 507929 7197 855 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 28788 KiB

[startup+0.209695 s]*
/proc/loadavg: 2.00 2.02 2.40 3/200 19230
/proc/meminfo: memFree=31518668/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2053704 memory=49684 CPUtime=0.21 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 3973 0 0 0 21 0 0 0 20 0 1 0 408693856 2102992896 12421 33554432000 4194304 5870510 140724103798512 140724103797880 140632282603210 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 513426 12421 908 410 0 508899 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2053704 KiB
Current children cumulated memory: 49684 KiB

[startup+0.309597 s]*
/proc/loadavg: 2.00 2.02 2.40 3/200 19230
/proc/meminfo: memFree=31499756/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2074972 memory=70972 CPUtime=0.31 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 8968 0 0 0 30 1 0 0 20 0 1 0 408693856 2124771328 17743 33554432000 4194304 5870510 140724103798512 140724103797880 5287642 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 518743 17743 908 410 0 514216 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2074972 KiB
Current children cumulated memory: 70972 KiB

[startup+0.700309 s]
/proc/loadavg: 2.00 2.02 2.40 3/200 19230
/proc/meminfo: memFree=31461244/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2119404 memory=109604 CPUtime=0.69 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 16971 0 0 0 66 3 0 0 20 0 1 0 408693856 2170269696 27401 33554432000 4194304 5870510 140724103798512 140724103797880 140632282562439 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 529851 27401 944 410 0 525324 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2119404 KiB
Current children cumulated memory: 109604 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.02 2.40 3/200 19230
/proc/meminfo: memFree=31455448/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2120064 memory=110132 CPUtime=1.49 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 17145 0 0 0 142 7 0 0 20 0 1 0 408693856 2170945536 27533 33554432000 4194304 5870510 140724103798512 140724103797704 140632282562439 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 530016 27533 944 410 0 525489 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2120064 KiB
Current children cumulated memory: 110132 KiB

[startup+3.10951 s]
/proc/loadavg: 2.00 2.02 2.40 3/199 19231
/proc/meminfo: memFree=31434116/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2134084 memory=130956 CPUtime=3.1 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 35559 0 0 0 301 9 0 0 20 0 1 0 408693856 2185302016 32739 33554432000 4194304 5870510 140724103798512 140724103796664 5343305 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 533521 32739 953 410 0 528994 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2134084 KiB
Current children cumulated memory: 130956 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.02 2.40 3/199 19231
/proc/meminfo: memFree=31402104/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2175188 memory=160488 CPUtime=6.29 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 54631 0 0 0 619 10 0 0 20 0 1 0 408693856 2227392512 40122 33554432000 4194304 5870510 140724103798512 140724103797640 5337297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 543797 40122 954 410 0 539270 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2175188 KiB
Current children cumulated memory: 160488 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.40 3/199 19231
/proc/meminfo: memFree=31419240/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2150108 memory=141408 CPUtime=12.69 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 71060 0 0 0 1257 12 0 0 20 0 1 0 408693856 2201710592 35352 33554432000 4194304 5870510 140724103798512 140724103797768 5281947 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 537527 35352 975 410 0 533000 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2150108 KiB
Current children cumulated memory: 141408 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 2.39 3/199 19231
/proc/meminfo: memFree=31416296/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2169076 memory=147772 CPUtime=25.49 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 84774 0 0 0 2536 13 0 0 20 0 1 0 408693856 2221133824 36943 33554432000 4194304 5870510 140724103798512 140724103797624 140632282101292 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 542269 36943 975 410 0 537742 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2169076 KiB
Current children cumulated memory: 147772 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.02 2.38 3/199 19233
/proc/meminfo: memFree=31378096/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2199284 memory=176412 CPUtime=51.1 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 119771 0 0 0 5092 18 0 0 20 0 1 0 408693856 2252066816 44103 33554432000 4194304 5870510 140724103798512 140724103797528 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 549821 44103 975 410 0 545294 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2199284 KiB
Current children cumulated memory: 176412 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.36 3/201 19300
/proc/meminfo: memFree=29845008/32770624 swapFree=66979628/67108860
[pid=19229] ppid=19226 vsize=2199284 memory=180988 CPUtime=102.27 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 137693 0 0 0 10205 22 0 0 20 0 1 0 408693856 2252066816 45247 33554432000 4194304 5870510 140724103798512 140724103796952 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 549821 45247 975 410 0 545294 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2199284 KiB
Current children cumulated memory: 180988 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.34 3/202 19312
/proc/meminfo: memFree=29306132/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2200516 memory=185656 CPUtime=162.26 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 143031 0 0 0 16199 27 0 0 20 0 1 0 408693856 2253328384 46414 33554432000 4194304 5870510 140724103798512 140724103796952 5281827 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 550129 46414 975 410 0 545602 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2200516 KiB
Current children cumulated memory: 185656 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.32 3/203 19318
/proc/meminfo: memFree=28494032/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=219268 CPUtime=222.25 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 146861 0 0 0 22196 29 0 0 20 0 1 0 408693856 2284486656 54817 33554432000 4194304 5870510 140724103798512 140724103796952 140632287802363 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 54817 975 410 0 553209 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 219268 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.30 3/202 19322
/proc/meminfo: memFree=28337964/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=227456 CPUtime=282.25 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 147540 0 0 0 28193 32 0 0 20 0 1 0 408693856 2284486656 56864 33554432000 4194304 5870510 140724103798512 140724103796952 5308383 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 56864 975 410 0 553209 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 227456 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.28 3/202 19326
/proc/meminfo: memFree=27262032/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=219260 CPUtime=342.25 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 150942 0 0 0 34190 35 0 0 20 0 1 0 408693856 2284486656 54815 33554432000 4194304 5870510 140724103798512 140724103796952 5281696 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 54815 975 410 0 553209 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 219260 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.26 3/201 19332
/proc/meminfo: memFree=27259180/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=221516 CPUtime=402.25 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 151650 0 0 0 40187 38 0 0 20 0 1 0 408693856 2284486656 55379 33554432000 4194304 5870510 140724103798512 140724103797528 5282489 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55379 975 410 0 553209 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 221516 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.25 3/199 19336
/proc/meminfo: memFree=27259820/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=221316 CPUtime=462.25 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 155171 0 0 0 46184 41 0 0 20 0 1 0 408693856 2284486656 55329 33554432000 4194304 5870510 140724103798512 140724103796952 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55329 975 410 0 553209 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 221316 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/199 19340
/proc/meminfo: memFree=27257700/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=223360 CPUtime=522.24 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 155865 0 0 0 52180 44 0 0 20 0 1 0 408693856 2284486656 55840 33554432000 4194304 5870510 140724103798512 140724103796952 5283138 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55840 975 410 0 553209 0
Current children cumulated CPU time: 522.24 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 223360 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/200 19346
/proc/meminfo: memFree=27253080/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2280264 memory=262684 CPUtime=582.24 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159219 0 0 0 58177 47 0 0 20 0 1 0 408693856 2334990336 65671 33554432000 4194304 5870510 140724103798512 140724103797528 5271723 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 570066 65671 975 410 0 565539 0
Current children cumulated CPU time: 582.24 s
Current children cumulated vsize: 2280264 KiB
Current children cumulated memory: 262684 KiB

[startup+585.545 s]
# the end of solver process 19229 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=585.01 s, system=0.481971 s

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

[startup+582.4 s]
/proc/loadavg: 2.00 2.01 2.22 3/200 19346
/proc/meminfo: memFree=27253080/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=219300 CPUtime=582.34 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159219 0 0 0 58187 47 0 0 20 0 1 0 408693856 2284486656 54825 33554432000 4194304 5870510 140724103798512 140724103797528 5262918 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 54825 975 410 0 553209 0
Current children cumulated CPU time: 582.34 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 219300 KiB

[startup+584 s]*
/proc/loadavg: 2.00 2.01 2.21 3/199 19346
/proc/meminfo: memFree=27259372/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=221348 CPUtime=583.94 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159228 0 0 0 58347 47 0 0 20 0 1 0 408693856 2284486656 55337 33554432000 4194304 5870510 140724103798512 140724103797528 5308388 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55337 975 410 0 553209 0
Current children cumulated CPU time: 583.94 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 221348 KiB

[startup+584.8 s]
/proc/loadavg: 2.00 2.01 2.21 3/199 19346
/proc/meminfo: memFree=27259372/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=221348 CPUtime=584.73 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159461 0 0 0 58426 47 0 0 20 0 1 0 408693856 2284486656 55337 33554432000 4194304 5870510 140724103798512 140724103797528 5308398 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55337 975 410 0 553209 0
Current children cumulated CPU time: 584.73 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 221348 KiB

[startup+585.2 s]
/proc/loadavg: 2.00 2.01 2.21 3/199 19346
/proc/meminfo: memFree=27257324/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=223396 CPUtime=585.13 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159462 0 0 0 58466 47 0 0 20 0 1 0 408693856 2284486656 55849 33554432000 4194304 5870510 140724103798512 140724103797528 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55849 975 410 0 553209 0
Current children cumulated CPU time: 585.13 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 223396 KiB

[startup+585.4 s]
/proc/loadavg: 2.00 2.01 2.21 3/199 19346
/proc/meminfo: memFree=27257324/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=223396 CPUtime=585.33 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159462 0 0 0 58486 47 0 0 20 0 1 0 408693856 2284486656 55849 33554432000 4194304 5870510 140724103798512 140724103797528 5282489 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55849 975 410 0 553209 0
Current children cumulated CPU time: 585.33 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 223396 KiB

[startup+585.5 s]
/proc/loadavg: 2.00 2.01 2.21 3/199 19346
/proc/meminfo: memFree=27257324/32770624 swapFree=66979640/67108860
[pid=19229] ppid=19226 vsize=2230944 memory=223396 CPUtime=585.43 cores=1,3,5,7
/proc/19229/stat : 19229 (xcsp_picat) R 19226 19229 18664 0 -1 4202496 159462 0 0 0 58496 47 0 0 20 0 1 0 408693856 2284486656 55849 33554432000 4194304 5870510 140724103798512 140724103797528 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 17793024 140724103803935 140724103804013 140724103804013 140724103806922 0
/proc/19229/statm: 557736 55849 975 410 0 553209 0
Current children cumulated CPU time: 585.43 s
Current children cumulated vsize: 2230944 KiB
Current children cumulated memory: 223396 KiB

Child status: 0
Real time (s): 585.545
CPU time (s): 585.492
CPU user time (s): 585.01
CPU system time (s): 0.481971
CPU usage (%): 99.9908
Max. virtual memory (cumulated for all children) (KiB): 2280264
Max. memory (cumulated for all children) (KiB): 262684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 585.01
system time used= 0.481971
maximum resident set size= 268840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159505
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= 32
involuntary context switches= 584


# summary of solver processes directly reported to runsolver:
#   pid: 19229
#   total CPU time (s): 585.492
#   total CPU user time (s): 585.01
#   total CPU system time (s): 0.481971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.29207 second user time and 4.4764 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 23:37:50
IDJOB=4394954
IDBENCH=120889
IDSOLVER=2844
FILE ID=node121/4394954-1568324312
RUNJOBID= node121-1568321663-18696
PBS_JOBID= 21701136
Free space on /tmp= 61048 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-add.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394954-1568324312/watcher-4394954-1568324312 -o /tmp/evaluation-result-4394954-1568324312/solver-4394954-1568324312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568321663-18696 --watchdog 2580  xcsp_picat HOME/instance-4394954-1568324312.xml

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

MD5SUM BENCH= 18e8c61317b2c078d14d7e9ead8d31e0
RANDOM SEED=944969290

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31563408 kB
MemAvailable:   31757480 kB
Buffers:          123984 kB
Cached:           365120 kB
SwapCached:        19148 kB
Active:           407420 kB
Inactive:         267152 kB
Active(anon):     171748 kB
Inactive(anon):    42524 kB
Active(file):     235672 kB
Inactive(file):   224628 kB
Unevictable:      109564 kB
Mlocked:          109564 kB
SwapTotal:      67108860 kB
SwapFree:       66979628 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:        218996 kB
Mapped:            34404 kB
Shmem:             20572 kB
Slab:             128444 kB
SReclaimable:      99212 kB
SUnreclaim:        29232 kB
KernelStack:        3776 kB
PageTables:         5840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2695776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 60960 MiB
End job on node121 at 2019-09-12 23:47:36