Trace number 4391812

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
miniBTD 19.06.16UNSAT 1842.91 1842.7

General information on the benchmark

NameSat/Sat-m1-various/
hole-10.xml
MD5SUM9520e39dbeb812da3aa0c7bffde6870d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.5051
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints561
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":110}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":110}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":550},{"arity":10,"count":11}]
Number of extensional constraints561
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":561}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.06.16
1842.80/1842.69	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391812-1568307835/watcher-4391812-1568307835 -o /tmp/evaluation-result-4391812-1568307835/solver-4391812-1568307835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568307555-17627 --watchdog 2560 miniBTD 2400 HOME/instance-4391812-1568307835.xml 

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

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


[startup+0.100149 s]*
/proc/loadavg: 1.97 1.60 1.64 3/202 17898
/proc/meminfo: memFree=23400448/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27416 memory=3988 CPUtime=0.1 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1168 0 0 0 10 0 0 0 20 0 1 0 407032220 28073984 997 33554432000 4194304 5326806 140730937161424 140730937158072 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6854 997 643 277 0 375 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27416 KiB
Current children cumulated memory: 3988 KiB

[startup+0.209736 s]*
/proc/loadavg: 1.97 1.60 1.64 3/202 17898
/proc/meminfo: memFree=23400448/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27416 memory=3988 CPUtime=0.21 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1168 0 0 0 21 0 0 0 20 0 1 0 407032220 28073984 997 33554432000 4194304 5326806 140730937161424 140730937158072 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6854 997 643 277 0 375 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27416 KiB
Current children cumulated memory: 3988 KiB

[startup+0.309319 s]*
/proc/loadavg: 1.97 1.60 1.64 3/202 17898
/proc/meminfo: memFree=23400448/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27416 memory=3988 CPUtime=0.31 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1169 0 0 0 30 1 0 0 20 0 1 0 407032220 28073984 997 33554432000 4194304 5326806 140730937161424 140730937158072 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6854 997 643 277 0 375 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27416 KiB
Current children cumulated memory: 3988 KiB

[startup+0.700333 s]
/proc/loadavg: 1.97 1.60 1.64 3/202 17898
/proc/meminfo: memFree=23400288/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27416 memory=3988 CPUtime=0.69 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1170 0 0 0 66 3 0 0 20 0 1 0 407032220 28073984 997 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6854 997 643 277 0 375 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27416 KiB
Current children cumulated memory: 3988 KiB

[startup+1.50033 s]
/proc/loadavg: 1.97 1.60 1.64 3/202 17898
/proc/meminfo: memFree=23400420/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27416 memory=3988 CPUtime=1.49 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1172 0 0 0 144 5 0 0 20 0 1 0 407032220 28073984 997 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6854 997 643 277 0 375 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27416 KiB
Current children cumulated memory: 3988 KiB

[startup+3.10925 s]
/proc/loadavg: 1.82 1.57 1.63 3/202 17898
/proc/meminfo: memFree=23400544/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4040 CPUtime=3.1 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1447 0 0 0 297 13 0 0 20 0 1 0 407032220 28209152 1010 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1010 645 277 0 408 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4040 KiB

[startup+6.30033 s]
/proc/loadavg: 1.82 1.57 1.63 3/202 17898
/proc/meminfo: memFree=23400608/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4048 CPUtime=6.29 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1721 0 0 0 602 27 0 0 20 0 1 0 407032220 28209152 1012 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1012 646 277 0 408 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4048 KiB

[startup+12.7003 s]
/proc/loadavg: 1.84 1.58 1.64 3/202 17898
/proc/meminfo: memFree=23400732/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4056 CPUtime=12.69 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 1997 0 0 0 1216 53 0 0 20 0 1 0 407032220 28209152 1014 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1014 646 277 0 408 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4056 KiB

[startup+25.5003 s]
/proc/loadavg: 1.87 1.60 1.64 3/202 17899
/proc/meminfo: memFree=23401032/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4084 CPUtime=25.49 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 2555 0 0 0 2444 105 0 0 20 0 1 0 407032220 28209152 1021 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1021 651 277 0 408 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4084 KiB

[startup+51.1092 s]
/proc/loadavg: 1.91 1.63 1.65 3/202 17901
/proc/meminfo: memFree=23400532/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4088 CPUtime=51.11 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 2834 0 0 0 4901 210 0 0 20 0 1 0 407032220 28209152 1022 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1022 651 277 0 408 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4088 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 1.69 1.67 3/202 17905
/proc/meminfo: memFree=23399832/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4092 CPUtime=102.31 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 3116 0 0 0 9818 413 0 0 20 0 1 0 407032220 28209152 1023 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1023 651 277 0 408 0
Current children cumulated CPU time: 102.31 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4092 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.75 1.69 3/200 17909
/proc/meminfo: memFree=23400212/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4096 CPUtime=162.31 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 3397 0 0 0 15585 646 0 0 20 0 1 0 407032220 28209152 1024 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1024 651 277 0 408 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4096 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.79 1.71 3/199 17915
/proc/meminfo: memFree=23400060/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4104 CPUtime=222.31 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 3678 0 0 0 21351 880 0 0 20 0 1 0 407032220 28209152 1026 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1026 651 277 0 408 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4104 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.83 1.73 3/199 17919
/proc/meminfo: memFree=23399988/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4104 CPUtime=282.32 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 3680 0 0 0 27098 1134 0 0 20 0 1 0 407032220 28209152 1026 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1026 651 277 0 408 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4104 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.86 1.74 3/199 17923
/proc/meminfo: memFree=23399968/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4104 CPUtime=342.33 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 3962 0 0 0 32852 1381 0 0 20 0 1 0 407032220 28209152 1026 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1026 651 277 0 408 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4104 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.89 1.76 3/199 17929
/proc/meminfo: memFree=23400668/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4104 CPUtime=402.33 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 3963 0 0 0 38595 1638 0 0 20 0 1 0 407032220 28209152 1026 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1026 651 277 0 408 0
Current children cumulated CPU time: 402.33 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4104 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.91 1.78 3/200 17941
/proc/meminfo: memFree=23400840/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4108 CPUtime=462.34 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 4245 0 0 0 44338 1896 0 0 20 0 1 0 407032220 28209152 1027 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1027 651 277 0 408 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4108 KiB


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

Current children cumulated memory: 4116 KiB

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.89 3/200 18002
/proc/meminfo: memFree=23399524/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1122.42 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 5664 0 0 0 107355 4887 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1122.42 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/200 18006
/proc/meminfo: memFree=23399464/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1182.42 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 5947 0 0 0 113081 5161 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1182.42 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/200 18010
/proc/meminfo: memFree=23400428/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1242.43 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 5947 0 0 0 118824 5419 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1242.43 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/200 18016
/proc/meminfo: memFree=23399936/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1302.44 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 6231 0 0 0 124563 5681 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1302.44 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/199 18021
/proc/meminfo: memFree=23399616/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1362.45 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 6231 0 0 0 130304 5941 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1362.45 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/199 18025
/proc/meminfo: memFree=23400064/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1422.45 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 6517 0 0 0 136040 6205 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1422.45 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/199 18031
/proc/meminfo: memFree=23399744/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4116 CPUtime=1482.46 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 6517 0 0 0 141805 6441 0 0 20 0 1 0 407032220 28209152 1029 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1029 651 277 0 408 0
Current children cumulated CPU time: 1482.46 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4116 KiB

[startup+1542.3 s]
/proc/loadavg: 2.34 2.08 1.96 3/199 18036
/proc/meminfo: memFree=23399404/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1542.46 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 6801 0 0 0 147568 6678 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1542.46 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1602.3 s]
/proc/loadavg: 2.27 2.12 1.98 3/199 18040
/proc/meminfo: memFree=23399072/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1602.47 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 6802 0 0 0 153329 6918 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1602.47 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1662.3 s]
/proc/loadavg: 2.10 2.10 1.98 3/200 18054
/proc/meminfo: memFree=23399176/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1662.48 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 7087 0 0 0 159091 7157 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1662.48 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1722.3 s]
/proc/loadavg: 2.04 2.08 1.98 3/200 18058
/proc/meminfo: memFree=23399108/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1722.48 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 7087 0 0 0 164846 7402 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1722.48 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.07 1.98 3/200 18062
/proc/meminfo: memFree=23399888/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1782.49 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 7372 0 0 0 170604 7645 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1782.49 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.06 1.98 3/200 18068
/proc/meminfo: memFree=23399720/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1842.5 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 7372 0 0 0 176377 7873 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1842.5 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1842.7 s]
# the end of solver process 17897 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1764.16 s, system=78.748 s

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

[startup+1842.4 s]
/proc/loadavg: 2.00 2.06 1.98 3/200 18068
/proc/meminfo: memFree=23399720/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1842.6 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 7372 0 0 0 176387 7873 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1842.6 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

[startup+1842.6 s]
/proc/loadavg: 2.00 2.06 1.98 3/200 18068
/proc/meminfo: memFree=23399720/32770624 swapFree=67003116/67108860
[pid=17897] ppid=17894 vsize=27548 memory=4120 CPUtime=1842.8 cores=0,2,4,6
/proc/17897/stat : 17897 (miniBTD) R 17894 17897 15239 0 -1 4202496 7372 0 0 0 176406 7874 0 0 20 0 1 0 407032220 28209152 1030 33554432000 4194304 5326806 140730937161424 140730937160632 140253856141692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 15024128 140730937168928 140730937169008 140730937169008 140730937171917 0
/proc/17897/statm: 6887 1030 651 277 0 408 0
Current children cumulated CPU time: 1842.8 s
Current children cumulated vsize: 27548 KiB
Current children cumulated memory: 4120 KiB

Child status: 0
Real time (s): 1842.7
CPU time (s): 1842.91
CPU user time (s): 1764.16
CPU system time (s): 78.748
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 27548
Max. memory (cumulated for all children) (KiB): 4120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.16
system time used= 78.748
maximum resident set size= 4144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7421
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= 465


# summary of solver processes directly reported to runsolver:
#   pid: 17897
#   total CPU time (s): 1842.91
#   total CPU user time (s): 1764.16
#   total CPU system time (s): 78.748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20164 second user time and 12.5417 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-12 19:03:11
IDJOB=4391812
IDBENCH=123576
IDSOLVER=2836
FILE ID=node136/4391812-1568307835
RUNJOBID= node136-1568307555-17627
PBS_JOBID= 21701116
Free space on /tmp= 56776 MiB

SOLVER NAME= miniBTD 19.06.16
BENCH NAME= XCSP17/Sat/Sat-m1-various/hole-10.xml
COMMAND LINE= miniBTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391812-1568307835/watcher-4391812-1568307835 -o /tmp/evaluation-result-4391812-1568307835/solver-4391812-1568307835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568307555-17627 --watchdog 2560  miniBTD 2400 HOME/instance-4391812-1568307835.xml

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

MD5SUM BENCH= 9520e39dbeb812da3aa0c7bffde6870d
RANDOM SEED=1685629331

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23401444 kB
MemAvailable:   31846176 kB
Buffers:          110352 kB
Cached:          8535036 kB
SwapCached:         2468 kB
Active:          1224812 kB
Inactive:        7441548 kB
Active(anon):      22292 kB
Inactive(anon):    40048 kB
Active(file):    1202520 kB
Inactive(file):  7401500 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       67003116 kB
Dirty:              7912 kB
Writeback:             0 kB
AnonPages:        127732 kB
Mapped:            44376 kB
Shmem:             32792 kB
Slab:             297380 kB
SReclaimable:     269172 kB
SUnreclaim:        28208 kB
KernelStack:        3520 kB
PageTables:         5924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     542024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56768 MiB
End job on node136 at 2019-09-12 19:33:54