Trace number 4309323

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-14? (TO) 2519.95 2520.02

General information on the benchmark

NameKnapsack/
Knapsack-90-400-01_c18.xml
MD5SUM21e6319225d06eb46c107a9c6e1ffb4f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1681
Best CPU time to get the best result obtained on this benchmark2519.97
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 (10687 MiB free)
  memory of node 1: 16384 MiB (12760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309323-1534312441/watcher-4309323-1534312441 -o /tmp/evaluation-result-4309323-1534312441/solver-4309323-1534312441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13750 --watchdog 2580 xcsp_picat HOME/instance-4309323-1534312441.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
solver pid=16163, runsolver pid=16160
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=23995724/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2026528 memory=16856 CPUtime=0.1 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 1860 0 0 0 10 0 0 0 20 0 1 0 248807268 2075164672 4214 33554432000 4194304 5849940 140734981278592 140734981277240 4205752 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 506632 4214 717 405 0 503576 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026528 KiB
Current children cumulated memory: 16856 KiB

[startup+0.209565 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=23995600/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2026528 memory=16876 CPUtime=0.2 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 1887 0 0 0 20 0 0 0 20 0 1 0 248807268 2075164672 4219 33554432000 4194304 5849940 140734981278592 140734981277240 140307310284679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 506632 4219 722 405 0 503576 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026528 KiB
Current children cumulated memory: 16876 KiB

[startup+0.308815 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=23995600/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2026756 memory=17056 CPUtime=0.3 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 1927 0 0 0 30 0 0 0 20 0 1 0 248807268 2075398144 4264 33554432000 4194304 5849940 140734981278592 140734981277240 140307310284679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 506689 4264 730 405 0 503633 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2026756 KiB
Current children cumulated memory: 17056 KiB

[startup+0.700233 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=23995236/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2027740 memory=18040 CPUtime=0.69 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 2353 0 0 0 68 1 0 0 20 0 1 0 248807268 2076405760 4510 33554432000 4194304 5849940 140734981278592 140734981277592 5307328 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 506935 4510 730 405 0 503879 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027740 KiB
Current children cumulated memory: 18040 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=23994864/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2028776 memory=19012 CPUtime=1.49 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 2968 0 0 0 147 2 0 0 20 0 1 0 248807268 2077466624 4753 33554432000 4194304 5849940 140734981278592 140734981277592 5335726 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 507194 4753 730 405 0 504138 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2028776 KiB
Current children cumulated memory: 19012 KiB

[startup+3.10933 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=24049292/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2029720 memory=19968 CPUtime=3.1 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 5374 0 0 0 305 5 0 0 20 0 1 0 248807268 2078433280 4992 33554432000 4194304 5849940 140734981278592 140734981277592 5340446 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 507430 4992 730 405 0 504374 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2029720 KiB
Current children cumulated memory: 19968 KiB

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=24047924/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2032124 memory=22340 CPUtime=6.29 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 9099 0 0 0 620 9 0 0 20 0 1 0 248807268 2080894976 5585 33554432000 4194304 5849940 140734981278592 140734981277464 5437819 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 508031 5585 730 405 0 504975 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2032124 KiB
Current children cumulated memory: 22340 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=24044576/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2038868 memory=28960 CPUtime=12.68 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 15690 0 0 0 1253 15 0 0 20 0 1 0 248807268 2087800832 7240 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 509717 7240 730 405 0 506661 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2038868 KiB
Current children cumulated memory: 28960 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=24035956/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2044744 memory=35000 CPUtime=25.48 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 26107 0 0 0 2523 25 0 0 20 0 1 0 248807268 2093817856 8750 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 511186 8750 730 405 0 508130 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2044744 KiB
Current children cumulated memory: 35000 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16164
/proc/meminfo: memFree=23964728/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2060196 memory=50452 CPUtime=51.1 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 37209 0 0 0 5072 38 0 0 20 0 1 0 248807268 2109640704 12613 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 515049 12613 730 405 0 511993 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2060196 KiB
Current children cumulated memory: 50452 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 16166
/proc/meminfo: memFree=23961440/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2057068 memory=47372 CPUtime=102.29 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 56609 0 0 0 10151 78 0 0 20 0 1 0 248807268 2106437632 11843 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 514267 11843 742 405 0 511211 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2057068 KiB
Current children cumulated memory: 47372 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.99 2.03 3/187 16228
/proc/meminfo: memFree=24019968/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2104856 memory=95152 CPUtime=162.28 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 59421 0 0 0 16121 107 0 0 20 0 1 0 248807268 2155372544 23788 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 526214 23788 742 405 0 523158 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2104856 KiB
Current children cumulated memory: 95152 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 16229
/proc/meminfo: memFree=23946556/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2128708 memory=123120 CPUtime=222.28 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 60428 0 0 0 22100 128 0 0 20 0 1 0 248807268 2179796992 30780 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 532177 30780 742 405 0 529121 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2128708 KiB
Current children cumulated memory: 123120 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 16231
/proc/meminfo: memFree=23948096/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2141344 memory=135644 CPUtime=282.27 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 66301 0 0 0 28085 142 0 0 20 0 1 0 248807268 2192736256 33911 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 535336 33911 742 405 0 532280 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2141344 KiB
Current children cumulated memory: 135644 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 16232
/proc/meminfo: memFree=23894040/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2184956 memory=179336 CPUtime=342.28 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 74772 0 0 0 34068 160 0 0 20 0 1 0 248807268 2237394944 44834 33554432000 4194304 5849940 140734981278592 140734981277592 5335737 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 546239 44834 742 405 0 543183 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2184956 KiB
Current children cumulated memory: 179336 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 16240
/proc/meminfo: memFree=23891348/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2184956 memory=179336 CPUtime=402.27 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 74777 0 0 0 40057 170 0 0 20 0 1 0 248807268 2237394944 44834 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 546239 44834 742 405 0 543183 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2184956 KiB
Current children cumulated memory: 179336 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 16264
/proc/meminfo: memFree=23877672/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2207960 memory=202448 CPUtime=462.27 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 85611 0 0 0 46048 179 0 0 20 0 1 0 248807268 2260951040 50612 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 551990 50612 742 405 0 548934 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2207960 KiB
Current children cumulated memory: 202448 KiB


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

/proc/16163/statm: 601997 100619 742 405 0 598941 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 2407988 KiB
Current children cumulated memory: 402476 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 16302
/proc/meminfo: memFree=23080320/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2473524 memory=468012 CPUtime=1782.24 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 407171 0 0 0 177815 409 0 0 20 0 1 0 248807268 2532888576 117003 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 618381 117003 742 405 0 615325 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 2473524 KiB
Current children cumulated memory: 468012 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16303
/proc/meminfo: memFree=23290628/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2510128 memory=504616 CPUtime=1842.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 437373 0 0 0 183805 418 0 0 20 0 1 0 248807268 2570371072 126154 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 627532 126154 742 405 0 624476 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2510128 KiB
Current children cumulated memory: 504616 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16305
/proc/meminfo: memFree=23355968/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2510128 memory=504616 CPUtime=1902.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 457892 0 0 0 189799 424 0 0 20 0 1 0 248807268 2570371072 126154 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 627532 126154 742 405 0 624476 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2510128 KiB
Current children cumulated memory: 504616 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16306
/proc/meminfo: memFree=23471436/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2349216 memory=343704 CPUtime=1962.24 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 480470 0 0 0 195784 440 0 0 20 0 1 0 248807268 2405597184 85926 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 587304 85926 742 405 0 584248 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 2349216 KiB
Current children cumulated memory: 343704 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16307
/proc/meminfo: memFree=23471420/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2349216 memory=343704 CPUtime=2022.24 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 501583 0 0 0 201773 451 0 0 20 0 1 0 248807268 2405597184 85926 33554432000 4194304 5849940 140734981278592 140734981277464 5339024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 587304 85926 742 405 0 584248 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 2349216 KiB
Current children cumulated memory: 343704 KiB

[startup+2082.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 16309
/proc/meminfo: memFree=23419100/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2349216 memory=343704 CPUtime=2082.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 522445 0 0 0 207759 464 0 0 20 0 1 0 248807268 2405597184 85926 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 587304 85926 742 405 0 584248 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 2349216 KiB
Current children cumulated memory: 343704 KiB

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 16310
/proc/meminfo: memFree=23389252/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2353904 memory=348520 CPUtime=2142.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 553431 0 0 0 213746 477 0 0 20 0 1 0 248807268 2410397696 87130 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 588476 87130 742 405 0 585420 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 2353904 KiB
Current children cumulated memory: 348520 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 16319
/proc/meminfo: memFree=23385140/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2357268 memory=351884 CPUtime=2202.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 589826 0 0 0 219737 486 0 0 20 0 1 0 248807268 2413842432 87971 33554432000 4194304 5849940 140734981278592 140734981277592 5335776 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 589317 87971 742 405 0 586261 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 2357268 KiB
Current children cumulated memory: 351884 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 16320
/proc/meminfo: memFree=23273052/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2357268 memory=351884 CPUtime=2262.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 621185 0 0 0 225728 495 0 0 20 0 1 0 248807268 2413842432 87971 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 589317 87971 742 405 0 586261 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 2357268 KiB
Current children cumulated memory: 351884 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 16321
/proc/meminfo: memFree=23207572/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2357268 memory=351884 CPUtime=2322.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 653117 0 0 0 231720 503 0 0 20 0 1 0 248807268 2413842432 87971 33554432000 4194304 5849940 140734981278592 140734981277592 5438465 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 589317 87971 742 405 0 586261 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 2357268 KiB
Current children cumulated memory: 351884 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16322
/proc/meminfo: memFree=23207208/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2357268 memory=351884 CPUtime=2382.23 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 685939 0 0 0 237710 513 0 0 20 0 1 0 248807268 2413842432 87971 33554432000 4194304 5849940 140734981278592 140734981277592 140307310284679 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 589317 87971 742 405 0 586261 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 2357268 KiB
Current children cumulated memory: 351884 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16323
/proc/meminfo: memFree=23141736/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2422804 memory=417420 CPUtime=2442.22 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 718070 0 0 0 243699 523 0 0 20 0 1 0 248807268 2480951296 104355 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 605701 104355 742 405 0 602645 0
Current children cumulated CPU time: 2442.22 s
Current children cumulated vsize: 2422804 KiB
Current children cumulated memory: 417420 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16324
/proc/meminfo: memFree=23141628/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2422804 memory=417420 CPUtime=2502.22 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 736579 0 0 0 249692 530 0 0 20 0 1 0 248807268 2480951296 104355 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 605701 104355 742 405 0 602645 0
Current children cumulated CPU time: 2502.22 s
Current children cumulated vsize: 2422804 KiB
Current children cumulated memory: 417420 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 16324
/proc/meminfo: memFree=23141628/32770624 swapFree=67059128/67108860
[pid=16163] ppid=16160 vsize=2422804 memory=417420 CPUtime=2519.93 cores=0,2,4,6
/proc/16163/stat : 16163 (xcsp_picat) R 16160 16163 13719 0 -1 4202496 737914 0 0 0 251462 531 0 0 20 0 1 0 248807268 2480951296 104355 33554432000 4194304 5849940 140734981278592 140734981277592 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 19644416 140734981285046 140734981285124 140734981285124 140734981287882 0
/proc/16163/statm: 605701 104355 742 405 0 602645 0
Current children cumulated CPU time: 2519.93 s
Current children cumulated vsize: 2422804 KiB
Current children cumulated memory: 417420 KiB

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

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.95
CPU user time (s): 2514.62
CPU system time (s): 5.32988
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 2510128
Max. memory (cumulated for all children) (KiB): 504616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.62
system time used= 5.32988
maximum resident set size= 504616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 737915
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= 8
involuntary context switches= 3194


# summary of solver processes directly reported to runsolver:
#   pid: 16163
#   total CPU time (s): 2519.95
#   total CPU user time (s): 2514.62
#   total CPU system time (s): 5.32988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.45534 second user time and 19.3435 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 07:54:01
IDJOB=4309323
IDBENCH=141536
IDSOLVER=2794
FILE ID=node103/4309323-1534312441
RUNJOBID= node103-1534293202-13750
PBS_JOBID= 21038140
Free space on /tmp= 37332 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Knapsack/Knapsack-90-400-01_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309323-1534312441/watcher-4309323-1534312441 -o /tmp/evaluation-result-4309323-1534312441/solver-4309323-1534312441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13750 --watchdog 2580  xcsp_picat HOME/instance-4309323-1534312441.xml

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

MD5SUM BENCH= 21e6319225d06eb46c107a9c6e1ffb4f
RANDOM SEED=584716104

node103.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.48
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.48
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.48
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.48
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:        24010492 kB
MemAvailable:   31730692 kB
Buffers:          185992 kB
Cached:          7735532 kB
SwapCached:         5148 kB
Active:          4381540 kB
Inactive:        3759432 kB
Active(anon):     211344 kB
Inactive(anon):    67484 kB
Active(file):    4170196 kB
Inactive(file):  3691948 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059128 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:        221036 kB
Mapped:            55840 kB
Shmem:             56916 kB
Slab:             315588 kB
SReclaimable:     286516 kB
SUnreclaim:        29072 kB
KernelStack:        3360 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2537372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 37332 MiB
End job on node103 at 2018-08-15 08:36:01