Trace number 4309321

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.73 2520.02

General information on the benchmark

NameKnapsack/
Knapsack-80-350-01_c18.xml
MD5SUM948b12d9827590975c2112c5f75fc8c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1668
Best CPU time to get the best result obtained on this benchmark2519.87
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":80}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":80}]
Minimum constraint arity80
Maximum constraint arity80
Distribution of constraint arities[{"arity":80,"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 (14625 MiB free)
  memory of node 1: 16384 MiB (13468 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309321-1534312512/watcher-4309321-1534312512 -o /tmp/evaluation-result-4309321-1534312512/solver-4309321-1534312512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580 xcsp_picat HOME/instance-4309321-1534312512.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=21337, runsolver pid=21334


[startup+0.100683 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28757164/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2026616 memory=14760 CPUtime=0.1 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 1801 0 0 0 10 0 0 0 20 0 1 0 248814384 2075254784 3690 33554432000 4194304 5849940 140735985756944 140735985755592 5317778 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 506654 3690 717 405 0 503598 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026616 KiB
Current children cumulated memory: 14760 KiB

[startup+0.209393 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28757164/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2026616 memory=14760 CPUtime=0.21 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 1808 0 0 0 21 0 0 0 20 0 1 0 248814384 2075254784 3690 33554432000 4194304 5849940 140735985756944 140735985755592 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 506654 3690 717 405 0 503598 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026616 KiB
Current children cumulated memory: 14760 KiB

[startup+0.30868 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28757164/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2026772 memory=14760 CPUtime=0.31 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 1826 0 0 0 31 0 0 0 20 0 1 0 248814384 2075414528 3690 33554432000 4194304 5849940 140735985756944 140735985755944 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 506693 3690 717 405 0 503637 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2026772 KiB
Current children cumulated memory: 14760 KiB

[startup+0.700229 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28755692/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2027716 memory=15808 CPUtime=0.69 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 2322 0 0 0 68 1 0 0 20 0 1 0 248814384 2076381184 3952 33554432000 4194304 5849940 140735985756944 140735985755944 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 506929 3952 730 405 0 503873 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027716 KiB
Current children cumulated memory: 15808 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28755036/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2027880 memory=15952 CPUtime=1.49 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 3090 0 0 0 147 2 0 0 20 0 1 0 248814384 2076549120 3988 33554432000 4194304 5849940 140735985756944 140735985755944 139948565329847 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 506970 3988 730 405 0 503914 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2027880 KiB
Current children cumulated memory: 15952 KiB

[startup+3.10906 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28752928/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2031020 memory=19172 CPUtime=3.1 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 5196 0 0 0 304 6 0 0 20 0 1 0 248814384 2079764480 4793 33554432000 4194304 5849940 140735985756944 140735985755944 5438016 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 507755 4793 730 405 0 504699 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031020 KiB
Current children cumulated memory: 19172 KiB

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28794504/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2033232 memory=21128 CPUtime=6.29 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 8846 0 0 0 620 9 0 0 20 0 1 0 248814384 2082029568 5282 33554432000 4194304 5849940 140735985756944 140735985756104 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 508308 5282 730 405 0 505252 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2033232 KiB
Current children cumulated memory: 21128 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28724188/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2036968 memory=24992 CPUtime=12.68 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 14590 0 0 0 1253 15 0 0 20 0 1 0 248814384 2085855232 6248 33554432000 4194304 5849940 140735985756944 140735985755944 5438264 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 509242 6248 730 405 0 506186 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2036968 KiB
Current children cumulated memory: 24992 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28715904/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2045352 memory=33488 CPUtime=25.49 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 26163 0 0 0 2524 25 0 0 20 0 1 0 248814384 2094440448 8372 33554432000 4194304 5849940 140735985756944 140735985755944 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 511338 8372 730 405 0 508282 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2045352 KiB
Current children cumulated memory: 33488 KiB

[startup+51.1094 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21338
/proc/meminfo: memFree=28713316/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2047784 memory=35908 CPUtime=51.09 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 34515 0 0 0 5061 48 0 0 20 0 1 0 248814384 2096930816 8977 33554432000 4194304 5849940 140735985756944 140735985755944 5395640 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 511946 8977 742 405 0 508890 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2047784 KiB
Current children cumulated memory: 35908 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21339
/proc/meminfo: memFree=28661016/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2099792 memory=87748 CPUtime=102.28 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 47246 0 0 0 10151 77 0 0 20 0 1 0 248814384 2150187008 21937 33554432000 4194304 5849940 140735985756944 140735985755944 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 524948 21937 742 405 0 521892 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2099792 KiB
Current children cumulated memory: 87748 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21340
/proc/meminfo: memFree=28650064/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2110064 memory=97980 CPUtime=162.27 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 60915 0 0 0 16123 104 0 0 20 0 1 0 248814384 2160705536 24495 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 527516 24495 742 405 0 524460 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2110064 KiB
Current children cumulated memory: 97980 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21342
/proc/meminfo: memFree=28531188/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2054384 memory=42644 CPUtime=222.27 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 70086 0 0 0 22104 123 0 0 20 0 1 0 248814384 2103689216 10661 33554432000 4194304 5849940 140735985756944 140735985755944 5361061 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 513596 10661 742 405 0 510540 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2054384 KiB
Current children cumulated memory: 42644 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21343
/proc/meminfo: memFree=28584044/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2088440 memory=76404 CPUtime=282.26 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 75769 0 0 0 28062 164 0 0 20 0 1 0 248814384 2138562560 19101 33554432000 4194304 5849940 140735985756944 140735985755944 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 522110 19101 742 405 0 519054 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2088440 KiB
Current children cumulated memory: 76404 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21352
/proc/meminfo: memFree=28593144/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2103352 memory=91484 CPUtime=342.25 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 83500 0 0 0 34040 185 0 0 20 0 1 0 248814384 2153832448 22871 33554432000 4194304 5849940 140735985756944 140735985755944 5437917 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 525838 22871 742 405 0 522782 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2103352 KiB
Current children cumulated memory: 91484 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21375
/proc/meminfo: memFree=28522708/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2174596 memory=160848 CPUtime=402.24 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 85830 0 0 0 40021 203 0 0 20 0 1 0 248814384 2226786304 40212 33554432000 4194304 5849940 140735985756944 140735985756104 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 543649 40212 742 405 0 540593 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2174596 KiB
Current children cumulated memory: 160848 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 21376
/proc/meminfo: memFree=28535112/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2162060 memory=148172 CPUtime=462.24 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 92853 0 0 0 46003 221 0 0 20 0 1 0 248814384 2213949440 37043 33554432000 4194304 5849940 140735985756944 140735985755944 5438047 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 540515 37043 742 405 0 537459 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 2162060 KiB
Current children cumulated memory: 148172 KiB


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

/proc/21337/statm: 576661 74803 742 405 0 573605 0
Current children cumulated CPU time: 1722.09 s
Current children cumulated vsize: 2306644 KiB
Current children cumulated memory: 299212 KiB

[startup+1782.3 s]
/proc/loadavg: 2.04 2.14 2.11 3/188 21475
/proc/meminfo: memFree=28619796/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2306644 memory=299212 CPUtime=1782.08 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 278965 0 0 0 177672 536 0 0 20 0 1 0 248814384 2362003456 74803 33554432000 4194304 5849940 140735985756944 140735985756104 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 576661 74803 742 405 0 573605 0
Current children cumulated CPU time: 1782.08 s
Current children cumulated vsize: 2306644 KiB
Current children cumulated memory: 299212 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.11 2.10 3/187 21477
/proc/meminfo: memFree=28659608/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2229140 memory=221708 CPUtime=1842.08 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 294152 0 0 0 183658 550 0 0 20 0 1 0 248814384 2282639360 55427 33554432000 4194304 5849940 140735985756944 140735985755944 5438033 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 557285 55427 742 405 0 554229 0
Current children cumulated CPU time: 1842.08 s
Current children cumulated vsize: 2229140 KiB
Current children cumulated memory: 221708 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.09 2.10 3/187 21478
/proc/meminfo: memFree=28573960/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2227336 memory=219904 CPUtime=1902.07 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 314622 0 0 0 189645 562 0 0 20 0 1 0 248814384 2280792064 54976 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 556834 54976 742 405 0 553778 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 2227336 KiB
Current children cumulated memory: 219904 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/187 21479
/proc/meminfo: memFree=28409492/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2260104 memory=252672 CPUtime=1962.06 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 315937 0 0 0 195636 570 0 0 20 0 1 0 248814384 2314346496 63168 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 565026 63168 742 405 0 561970 0
Current children cumulated CPU time: 1962.06 s
Current children cumulated vsize: 2260104 KiB
Current children cumulated memory: 252672 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.06 2.09 3/187 21481
/proc/meminfo: memFree=28391652/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2279440 memory=272008 CPUtime=2022.06 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 337677 0 0 0 201624 582 0 0 20 0 1 0 248814384 2334146560 68002 33554432000 4194304 5849940 140735985756944 140735985755944 5438400 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 569860 68002 742 405 0 566804 0
Current children cumulated CPU time: 2022.06 s
Current children cumulated vsize: 2279440 KiB
Current children cumulated memory: 272008 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/187 21482
/proc/meminfo: memFree=28562148/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2279440 memory=272008 CPUtime=2082.05 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 338370 0 0 0 207616 589 0 0 20 0 1 0 248814384 2334146560 68002 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 569860 68002 742 405 0 566804 0
Current children cumulated CPU time: 2082.05 s
Current children cumulated vsize: 2279440 KiB
Current children cumulated memory: 272008 KiB

[startup+2142.3 s]
/proc/loadavg: 2.06 2.06 2.08 3/188 21491
/proc/meminfo: memFree=28553208/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2279440 memory=272008 CPUtime=2142.04 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 357095 0 0 0 213606 598 0 0 20 0 1 0 248814384 2334146560 68002 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 569860 68002 742 405 0 566804 0
Current children cumulated CPU time: 2142.04 s
Current children cumulated vsize: 2279440 KiB
Current children cumulated memory: 272008 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.04 2.07 3/188 21492
/proc/meminfo: memFree=28423912/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2279440 memory=272008 CPUtime=2202.03 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 376392 0 0 0 219596 607 0 0 20 0 1 0 248814384 2334146560 68002 33554432000 4194304 5849940 140735985756944 140735985755816 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 569860 68002 742 405 0 566804 0
Current children cumulated CPU time: 2202.03 s
Current children cumulated vsize: 2279440 KiB
Current children cumulated memory: 272008 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.07 3/188 21493
/proc/meminfo: memFree=28270936/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2325628 memory=318196 CPUtime=2262.03 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 399287 0 0 0 225586 617 0 0 20 0 1 0 248814384 2381443072 79549 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 581407 79549 742 405 0 578351 0
Current children cumulated CPU time: 2262.03 s
Current children cumulated vsize: 2325628 KiB
Current children cumulated memory: 318196 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 21494
/proc/meminfo: memFree=28271152/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2325628 memory=318196 CPUtime=2322.03 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 419787 0 0 0 231578 625 0 0 20 0 1 0 248814384 2381443072 79549 33554432000 4194304 5849940 140735985756944 140735985755944 139948565741447 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 581407 79549 742 405 0 578351 0
Current children cumulated CPU time: 2322.03 s
Current children cumulated vsize: 2325628 KiB
Current children cumulated memory: 318196 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/188 21495
/proc/meminfo: memFree=28257624/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2339568 memory=332136 CPUtime=2382.02 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 445735 0 0 0 237568 634 0 0 20 0 1 0 248814384 2395717632 83034 33554432000 4194304 5849940 140735985756944 140735985756104 5438459 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 584892 83034 742 405 0 581836 0
Current children cumulated CPU time: 2382.02 s
Current children cumulated vsize: 2339568 KiB
Current children cumulated memory: 332136 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 21496
/proc/meminfo: memFree=28138052/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2405104 memory=397672 CPUtime=2442.01 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 468858 0 0 0 243558 643 0 0 20 0 1 0 248814384 2462826496 99418 33554432000 4194304 5849940 140735985756944 140735985755944 5438029 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 601276 99418 742 405 0 598220 0
Current children cumulated CPU time: 2442.01 s
Current children cumulated vsize: 2405104 KiB
Current children cumulated memory: 397672 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 21497
/proc/meminfo: memFree=27833136/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2405104 memory=397672 CPUtime=2502.01 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 495449 0 0 0 249550 651 0 0 20 0 1 0 248814384 2462826496 99418 33554432000 4194304 5849940 140735985756944 140735985755944 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 601276 99418 742 405 0 598220 0
Current children cumulated CPU time: 2502.01 s
Current children cumulated vsize: 2405104 KiB
Current children cumulated memory: 397672 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 21497
/proc/meminfo: memFree=27833180/32770624 swapFree=67030680/67108860
[pid=21337] ppid=21334 vsize=2405104 memory=397672 CPUtime=2519.71 cores=0,2,4,6
/proc/21337/stat : 21337 (xcsp_picat) R 21334 21337 18952 0 -1 4202496 495980 0 0 0 251318 653 0 0 20 0 1 0 248814384 2462826496 99418 33554432000 4194304 5849940 140735985756944 140735985755944 5437784 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 37335040 140735985759414 140735985759492 140735985759492 140735985762250 0
/proc/21337/statm: 601276 99418 742 405 0 598220 0
Current children cumulated CPU time: 2519.71 s
Current children cumulated vsize: 2405104 KiB
Current children cumulated memory: 397672 KiB

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

[startup+2520.02 s]
# the end of solver process 21337 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.19 s, system=6.5423 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.73
CPU user time (s): 2513.19
CPU system time (s): 6.5423
CPU usage (%): 99.9885
Max. virtual memory (cumulated for all children) (KiB): 2405104
Max. memory (cumulated for all children) (KiB): 397672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.19
system time used= 6.5423
maximum resident set size= 397672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495980
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= 25
involuntary context switches= 2608


# summary of solver processes directly reported to runsolver:
#   pid: 21337
#   total CPU time (s): 2519.73
#   total CPU user time (s): 2513.19
#   total CPU system time (s): 6.5423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4516 second user time and 17.3881 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 07:55:12
IDJOB=4309321
IDBENCH=141541
IDSOLVER=2794
FILE ID=node102/4309321-1534312512
RUNJOBID= node102-1534292346-18983
PBS_JOBID= 21038132
Free space on /tmp= 39520 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-01_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309321-1534312512/watcher-4309321-1534312512 -o /tmp/evaluation-result-4309321-1534312512/solver-4309321-1534312512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580  xcsp_picat HOME/instance-4309321-1534312512.xml

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

MD5SUM BENCH= 948b12d9827590975c2112c5f75fc8c4
RANDOM SEED=552858370

node102.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.51
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.51
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.51
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.51
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:        28768844 kB
MemAvailable:   31425760 kB
Buffers:          153112 kB
Cached:          2769784 kB
SwapCached:        51224 kB
Active:          1881356 kB
Inactive:        1567728 kB
Active(anon):     449768 kB
Inactive(anon):   136804 kB
Active(file):    1431588 kB
Inactive(file):  1430924 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:        483664 kB
Mapped:            55540 kB
Shmem:             57196 kB
Slab:             249180 kB
SReclaimable:     220476 kB
SUnreclaim:        28704 kB
KernelStack:        3344 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2824444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39516 MiB
End job on node102 at 2018-08-15 08:37:12