Trace number 4302982

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameKnapsack/
Knapsack-90-400-00_c18.xml
MD5SUM7b27ea70d39fcd1b1790f87791ea7535
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1551
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity90
Maximum constraint arity90
Distribution of constraint arities[{"arity":90,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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 (6691 MiB free)
  memory of node 1: 16384 MiB (9269 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.10064 s]*
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16332756/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2026540 memory=14612 CPUtime=0.09 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 1806 0 0 0 9 0 0 0 20 0 1 0 219718087 2075176960 3653 33554432000 4194304 5849708 140730297592208 140730297590600 4205786 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 506635 3653 715 405 0 503580 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2026540 KiB
Current children cumulated memory: 14612 KiB

[startup+0.209547 s]*
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16332756/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2026540 memory=14632 CPUtime=0.2 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 1823 0 0 0 20 0 0 0 20 0 1 0 219718087 2075176960 3658 33554432000 4194304 5849708 140730297592208 140730297590600 5326224 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 506635 3658 720 405 0 503580 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026540 KiB
Current children cumulated memory: 14632 KiB

[startup+0.308943 s]*
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16332492/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2026656 memory=14688 CPUtime=0.3 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 1850 0 0 0 30 0 0 0 20 0 1 0 219718087 2075295744 3672 33554432000 4194304 5849708 140730297592208 140730297590600 140511990898567 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 506664 3672 728 405 0 503609 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2026656 KiB
Current children cumulated memory: 14688 KiB

[startup+0.700238 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16330712/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2027708 memory=15836 CPUtime=0.69 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 2377 0 0 0 68 1 0 0 20 0 1 0 219718087 2076372992 3959 33554432000 4194304 5849708 140730297592208 140730297590600 5326289 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 506927 3959 728 405 0 503872 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027708 KiB
Current children cumulated memory: 15836 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16329448/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2028680 memory=16580 CPUtime=1.48 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 2915 0 0 0 146 2 0 0 20 0 1 0 219718087 2077368320 4145 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 507170 4145 728 405 0 504115 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2028680 KiB
Current children cumulated memory: 16580 KiB

[startup+3.10918 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16328300/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2028696 memory=16824 CPUtime=3.09 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 5240 0 0 0 304 5 0 0 20 0 1 0 219718087 2077384704 4206 33554432000 4194304 5849708 140730297592208 140730297591208 5437942 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 507174 4206 728 405 0 504119 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2028696 KiB
Current children cumulated memory: 16824 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16327336/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2030620 memory=18564 CPUtime=6.28 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 9708 0 0 0 619 9 0 0 20 0 1 0 219718087 2079354880 4641 33554432000 4194304 5849708 140730297592208 140730297591208 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 507655 4641 728 405 0 504600 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2030620 KiB
Current children cumulated memory: 18564 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 4404
/proc/meminfo: memFree=16331772/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2034684 memory=22776 CPUtime=12.68 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 16612 0 0 0 1251 17 0 0 20 0 1 0 219718087 2083516416 5694 33554432000 4194304 5849708 140730297592208 140730297591208 5438192 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 508671 5694 728 405 0 505616 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2034684 KiB
Current children cumulated memory: 22776 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4404
/proc/meminfo: memFree=16319220/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2044972 memory=32972 CPUtime=25.48 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 26681 0 0 0 2519 29 0 0 20 0 1 0 219718087 2094051328 8243 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 511243 8243 728 405 0 508188 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2044972 KiB
Current children cumulated memory: 32972 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4404
/proc/meminfo: memFree=16308908/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2062628 memory=50408 CPUtime=51.1 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 39075 0 0 0 5067 43 0 0 20 0 1 0 219718087 2112131072 12602 33554432000 4194304 5849708 140730297592208 140730297591208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 515657 12602 728 405 0 512602 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2062628 KiB
Current children cumulated memory: 50408 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4405
/proc/meminfo: memFree=16292300/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2077140 memory=65140 CPUtime=102.3 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 59258 0 0 0 10165 65 0 0 20 0 1 0 219718087 2126991360 16285 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 519285 16285 728 405 0 516230 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2077140 KiB
Current children cumulated memory: 65140 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4406
/proc/meminfo: memFree=16335972/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2033612 memory=21660 CPUtime=162.3 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 72237 0 0 0 16131 99 0 0 20 0 1 0 219718087 2082418688 5415 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 508403 5415 740 405 0 505348 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2033612 KiB
Current children cumulated memory: 21660 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4407
/proc/meminfo: memFree=16246816/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2110700 memory=98584 CPUtime=222.3 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 78993 0 0 0 22094 136 0 0 20 0 1 0 219718087 2161356800 24646 33554432000 4194304 5849708 140730297592208 140730297591208 5437607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 527675 24646 740 405 0 524620 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2110700 KiB
Current children cumulated memory: 98584 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4415
/proc/meminfo: memFree=16212228/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2143472 memory=131356 CPUtime=282.32 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 79523 0 0 0 28072 160 0 0 20 0 1 0 219718087 2194915328 32839 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 535868 32839 740 405 0 532813 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2143472 KiB
Current children cumulated memory: 131356 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4416
/proc/meminfo: memFree=16225384/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2143472 memory=131268 CPUtime=342.32 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 80569 0 0 0 34054 178 0 0 20 0 1 0 219718087 2194915328 32817 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 535868 32817 740 405 0 532813 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2143472 KiB
Current children cumulated memory: 131268 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4417
/proc/meminfo: memFree=16172996/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2195200 memory=183248 CPUtime=402.32 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 85138 0 0 0 40036 196 0 0 20 0 1 0 219718087 2247884800 45812 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 548800 45812 740 405 0 545745 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2195200 KiB
Current children cumulated memory: 183248 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 4418
/proc/meminfo: memFree=16181032/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2177180 memory=165124 CPUtime=462.34 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 90794 0 0 0 46026 208 0 0 20 0 1 0 219718087 2229432320 41281 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 544295 41281 740 405 0 541240 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2177180 KiB
Current children cumulated memory: 165124 KiB


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

/proc/4403/statm: 572343 70452 740 405 0 569288 0
Current children cumulated CPU time: 1722.44 s
Current children cumulated vsize: 2289372 KiB
Current children cumulated memory: 281808 KiB

[startup+1782.3 s]
/proc/loadavg: 2.26 2.14 2.08 3/187 4518
/proc/meminfo: memFree=15207500/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2320352 memory=312724 CPUtime=1782.44 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 315445 0 0 0 177804 440 0 0 20 0 1 0 219718087 2376040448 78181 33554432000 4194304 5849708 140730297592208 140730297591208 5335584 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 580088 78181 740 405 0 577033 0
Current children cumulated CPU time: 1782.44 s
Current children cumulated vsize: 2320352 KiB
Current children cumulated memory: 312724 KiB

[startup+1842.3 s]
/proc/loadavg: 2.09 2.12 2.08 3/187 4519
/proc/meminfo: memFree=15207448/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2320352 memory=312724 CPUtime=1842.45 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 315450 0 0 0 183797 448 0 0 20 0 1 0 219718087 2376040448 78181 33554432000 4194304 5849708 140730297592208 140730297591208 5437607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 580088 78181 740 405 0 577033 0
Current children cumulated CPU time: 1842.45 s
Current children cumulated vsize: 2320352 KiB
Current children cumulated memory: 312724 KiB

[startup+1902.3 s]
/proc/loadavg: 2.04 2.10 2.07 3/187 4520
/proc/meminfo: memFree=15207644/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2320352 memory=312788 CPUtime=1902.47 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 327055 0 0 0 189788 459 0 0 20 0 1 0 219718087 2376040448 78197 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 580088 78197 740 405 0 577033 0
Current children cumulated CPU time: 1902.47 s
Current children cumulated vsize: 2320352 KiB
Current children cumulated memory: 312788 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 4521
/proc/meminfo: memFree=15207336/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2320352 memory=312788 CPUtime=1962.47 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 327749 0 0 0 195776 471 0 0 20 0 1 0 219718087 2376040448 78197 33554432000 4194304 5849708 140730297592208 140730297591080 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 580088 78197 740 405 0 577033 0
Current children cumulated CPU time: 1962.47 s
Current children cumulated vsize: 2320352 KiB
Current children cumulated memory: 312788 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 4522
/proc/meminfo: memFree=15133092/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2392796 memory=385232 CPUtime=2022.48 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 342526 0 0 0 201763 485 0 0 20 0 1 0 219718087 2450223104 96308 33554432000 4194304 5849708 140730297592208 140730297591208 5437782 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 598199 96308 740 405 0 595144 0
Current children cumulated CPU time: 2022.48 s
Current children cumulated vsize: 2392796 KiB
Current children cumulated memory: 385232 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 4531
/proc/meminfo: memFree=15133052/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2392796 memory=385232 CPUtime=2082.48 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 342531 0 0 0 207755 493 0 0 20 0 1 0 219718087 2450223104 96308 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 598199 96308 740 405 0 595144 0
Current children cumulated CPU time: 2082.48 s
Current children cumulated vsize: 2392796 KiB
Current children cumulated memory: 385232 KiB

[startup+2142.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/188 4532
/proc/meminfo: memFree=15132856/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2392796 memory=385232 CPUtime=2142.49 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 362560 0 0 0 213746 503 0 0 20 0 1 0 219718087 2450223104 96308 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 598199 96308 740 405 0 595144 0
Current children cumulated CPU time: 2142.49 s
Current children cumulated vsize: 2392796 KiB
Current children cumulated memory: 385232 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/188 4533
/proc/meminfo: memFree=15011600/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493796 CPUtime=2202.5 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 370754 0 0 0 219737 513 0 0 20 0 1 0 219718087 2561429504 123449 33554432000 4194304 5849708 140730297592208 140730297591368 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123449 740 405 0 622294 0
Current children cumulated CPU time: 2202.5 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493796 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 4534
/proc/meminfo: memFree=15011280/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493832 CPUtime=2262.51 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 370788 0 0 0 225734 517 0 0 20 0 1 0 219718087 2561429504 123458 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123458 740 405 0 622294 0
Current children cumulated CPU time: 2262.51 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493832 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 4535
/proc/meminfo: memFree=15011292/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493832 CPUtime=2322.51 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 380477 0 0 0 231727 524 0 0 20 0 1 0 219718087 2561429504 123458 33554432000 4194304 5849708 140730297592208 140730297591208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123458 740 405 0 622294 0
Current children cumulated CPU time: 2322.51 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493832 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 4536
/proc/meminfo: memFree=15011580/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493832 CPUtime=2382.53 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 404101 0 0 0 237724 529 0 0 20 0 1 0 219718087 2561429504 123458 33554432000 4194304 5849708 140730297592208 140730297591208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123458 740 405 0 622294 0
Current children cumulated CPU time: 2382.53 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493832 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 4537
/proc/meminfo: memFree=15010960/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493832 CPUtime=2442.53 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 404223 0 0 0 243719 534 0 0 20 0 1 0 219718087 2561429504 123458 33554432000 4194304 5849708 140730297592208 140730297591208 140511990898567 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123458 740 405 0 622294 0
Current children cumulated CPU time: 2442.53 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493832 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 4538
/proc/meminfo: memFree=15011404/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493832 CPUtime=2502.54 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 413424 0 0 0 249713 541 0 0 20 0 1 0 219718087 2561429504 123458 33554432000 4194304 5849708 140730297592208 140730297591208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123458 740 405 0 622294 0
Current children cumulated CPU time: 2502.54 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 4538
/proc/meminfo: memFree=15011860/32770624 swapFree=67108504/67108860
[pid=4403] ppid=4400 vsize=2501396 memory=493832 CPUtime=2520.04 cores=0,2,4,6
/proc/4403/stat : 4403 (xcsp_picat) R 4400 4403 32466 0 -1 4202496 436602 0 0 0 251461 543 0 0 20 0 1 0 219718087 2561429504 123458 33554432000 4194304 5849708 140730297592208 140730297591208 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 15175680 140730297599158 140730297599236 140730297599236 140730297601994 0
/proc/4403/statm: 625349 123458 740 405 0 622294 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 2501396 KiB
Current children cumulated memory: 493832 KiB

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

[startup+2519.81 s]
# the end of solver process 4403 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.61 s, system=5.44565 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.81
CPU time (s): 2520.06
CPU user time (s): 2514.61
CPU system time (s): 5.44565
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 2501396
Max. memory (cumulated for all children) (KiB): 493832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.61
system time used= 5.44565
maximum resident set size= 493832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436602
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= 70
involuntary context switches= 798


# summary of solver processes directly reported to runsolver:
#   pid: 4403
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.61
#   total CPU system time (s): 5.44565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6866 second user time and 16.68 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-11 23:05:49
IDJOB=4302982
IDBENCH=141531
IDSOLVER=2778
FILE ID=node104/4302982-1534021549
RUNJOBID= node104-1533991815-32497
PBS_JOBID= 21036946
Free space on /tmp= 37256 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-00_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302982-1534021549/watcher-4302982-1534021549 -o /tmp/evaluation-result-4302982-1534021549/solver-4302982-1534021549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32497 --watchdog 2580  xcsp_picat HOME/instance-4302982-1534021549.xml

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

MD5SUM BENCH= 7b27ea70d39fcd1b1790f87791ea7535
RANDOM SEED=2071769873

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16345112 kB
MemAvailable:   31783624 kB
Buffers:          149684 kB
Cached:         15323580 kB
SwapCached:            8 kB
Active:          7737884 kB
Inactive:        7910940 kB
Active(anon):     125136 kB
Inactive(anon):   102836 kB
Active(file):    7612748 kB
Inactive(file):  7808104 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3024 kB
Writeback:             0 kB
AnonPages:        158384 kB
Mapped:            53148 kB
Shmem:             49636 kB
Slab:             474492 kB
SReclaimable:     446120 kB
SUnreclaim:        28372 kB
KernelStack:        3328 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2471008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37252 MiB
End job on node104 at 2018-08-11 23:47:49