Trace number 4395096

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PicatSAT 2019-09-12UNSAT 2050.37 2050.39

General information on the benchmark

NameRandom/Random-m1-7-40-8t/
rand-7-40-8-40-22500-0.xml
MD5SUMbec643ae272751fbe4415f184f63255d
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 benchmark64.9451
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints40
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":40}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":4},{"degree":4,"count":2},{"degree":5,"count":1},{"degree":6,"count":8},{"degree":7,"count":8},{"degree":8,"count":8},{"degree":9,"count":4},{"degree":11,"count":2},{"degree":13,"count":1},{"degree":14,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":40}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemNO
Type of objective

Solver Data

1296.90/1297.00	c xcsp_picat version 2.7b12 (9/12/2019)
2050.28/2050.37	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 (13511 MiB free)
  memory of node 1: 16384 MiB (14191 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395096-1568324693/watcher-4395096-1568324693 -o /tmp/evaluation-result-4395096-1568324693/solver-4395096-1568324693 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28817 --watchdog 2580 xcsp_picat HOME/instance-4395096-1568324693.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100335 s]*
/proc/loadavg: 2.00 1.96 1.95 3/201 29157
/proc/meminfo: memFree=28353144/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=17628 CPUtime=0.1 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 2062 0 0 0 10 0 0 0 20 0 1 0 408737142 2080477184 4407 33554432000 4194304 5870510 140727384811344 140727384810648 139795649317888 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 4407 834 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 17628 KiB

[startup+0.209869 s]*
/proc/loadavg: 2.00 1.96 1.95 3/201 29157
/proc/meminfo: memFree=28345116/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=23772 CPUtime=0.2 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 2066 0 0 0 20 0 0 0 20 0 1 0 408737142 2080477184 5943 33554432000 4194304 5870510 140727384811344 140727384810648 139795649317888 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 5943 834 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 23772 KiB

[startup+0.309794 s]*
/proc/loadavg: 2.00 1.96 1.95 3/201 29157
/proc/meminfo: memFree=28338972/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=30152 CPUtime=0.3 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 2069 0 0 0 30 0 0 0 20 0 1 0 408737142 2080477184 7538 33554432000 4194304 5870510 140727384811344 140727384810648 139795649317888 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 7538 839 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 30152 KiB

[startup+0.70037 s]
/proc/loadavg: 2.00 1.96 1.95 3/201 29157
/proc/meminfo: memFree=28328360/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=50632 CPUtime=0.68 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 2079 0 0 0 68 0 0 0 20 0 1 0 408737142 2080477184 12658 33554432000 4194304 5870510 140727384811344 140727384810648 4762176 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 12658 839 410 0 503402 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 50632 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 1.96 1.95 3/201 29157
/proc/meminfo: memFree=28246504/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=95688 CPUtime=1.48 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 2101 0 0 0 147 1 0 0 20 0 1 0 408737142 2080477184 23922 33554432000 4194304 5870510 140727384811344 140727384810648 4461683 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 23922 839 410 0 503402 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 95688 KiB

[startup+3.10963 s]
/proc/loadavg: 2.00 1.96 1.95 3/200 29157
/proc/meminfo: memFree=28202748/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=185800 CPUtime=3.09 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 2201 0 0 0 306 3 0 0 20 0 1 0 408737142 2080477184 46450 33554432000 4194304 5870510 140727384811344 140727384810648 4460311 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 46450 839 410 0 503402 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 185800 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 1.96 1.95 3/200 29157
/proc/meminfo: memFree=27625888/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2031716 memory=808476 CPUtime=6.29 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 3779 0 0 0 616 13 0 0 20 0 1 0 408737142 2080477184 202119 33554432000 4194304 5870510 140727384811344 140727384810712 4461679 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 507929 202119 860 410 0 503402 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 808476 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 1.97 1.95 3/200 29157
/proc/meminfo: memFree=26865764/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503408 CPUtime=12.69 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 26202 0 0 0 1243 26 0 0 20 0 1 0 408737142 3031371776 375852 33554432000 4194304 5870510 140727384811344 140727384809896 5337297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375852 875 410 0 735554 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503408 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 1.97 1.95 3/200 29157
/proc/meminfo: memFree=26848088/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503572 CPUtime=25.49 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 32023 0 0 0 2523 26 0 0 20 0 1 0 408737142 3031371776 375893 33554432000 4194304 5870510 140727384811344 140727384809896 5337529 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375893 881 410 0 735554 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503572 KiB

[startup+51.1101 s]
/proc/loadavg: 2.00 1.97 1.95 3/199 29160
/proc/meminfo: memFree=26861420/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503572 CPUtime=51.09 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 43681 0 0 0 5083 26 0 0 20 0 1 0 408737142 3031371776 375893 33554432000 4194304 5870510 140727384811344 140727384809896 5337393 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375893 881 410 0 735554 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503572 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.97 1.95 3/199 29163
/proc/meminfo: memFree=26865612/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503596 CPUtime=102.29 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 66024 0 0 0 10201 28 0 0 20 0 1 0 408737142 3031371776 375899 33554432000 4194304 5870510 140727384811344 140727384809896 5337393 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375899 881 410 0 735554 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503596 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.98 1.95 3/200 29168
/proc/meminfo: memFree=26852096/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503644 CPUtime=162.29 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 90894 0 0 0 16200 29 0 0 20 0 1 0 408737142 3031371776 375911 33554432000 4194304 5870510 140727384811344 140727384809896 5337379 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375911 881 410 0 735554 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503644 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 29174
/proc/meminfo: memFree=26861008/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503644 CPUtime=222.29 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 115633 0 0 0 22198 31 0 0 20 0 1 0 408737142 3031371776 375911 33554432000 4194304 5870510 140727384811344 140727384809896 5337504 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375911 881 410 0 735554 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503644 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 29178
/proc/meminfo: memFree=26864788/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503644 CPUtime=282.29 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 136398 0 0 0 28197 32 0 0 20 0 1 0 408737142 3031371776 375911 33554432000 4194304 5870510 140727384811344 140727384809896 5337297 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375911 881 410 0 735554 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503644 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 29182
/proc/meminfo: memFree=26857444/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503788 CPUtime=342.29 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 162566 0 0 0 34196 33 0 0 20 0 1 0 408737142 3031371776 375947 33554432000 4194304 5870510 140727384811344 140727384809896 5337357 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375947 881 410 0 735554 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503788 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/201 29196
/proc/meminfo: memFree=26788184/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960324 memory=1503864 CPUtime=402.3 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 186293 0 0 0 40195 35 0 0 20 0 1 0 408737142 3031371776 375966 33554432000 4194304 5870510 140727384811344 140727384809896 5337504 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740081 375966 881 410 0 735554 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2960324 KiB
Current children cumulated memory: 1503864 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.95 3/200 29200
/proc/meminfo: memFree=26797896/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2960608 memory=1504104 CPUtime=462.3 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 214518 0 0 0 46194 36 0 0 20 0 1 0 408737142 3031662592 376026 33554432000 4194304 5870510 140727384811344 140727384809672 5337550 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 740152 376026 881 410 0 735625 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2960608 KiB
Current children cumulated memory: 1504104 KiB


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

Current children cumulated memory: 1546012 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 29359
/proc/meminfo: memFree=26753696/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2991600 memory=1541708 CPUtime=1722.27 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 859799 0 0 0 172095 132 0 0 20 0 1 0 408737142 3063398400 385427 33554432000 4194304 5870510 140727384811344 140727384810360 5282597 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 747900 385427 909 410 0 743373 0
Current children cumulated CPU time: 1722.27 s
Current children cumulated vsize: 2991600 KiB
Current children cumulated memory: 1541708 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 29363
/proc/meminfo: memFree=26750832/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3041688 memory=1555200 CPUtime=1782.27 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 863367 0 0 0 178092 135 0 0 20 0 1 0 408737142 3114688512 388800 33554432000 4194304 5870510 140727384811344 140727384810296 5282621 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 760422 388800 909 410 0 755895 0
Current children cumulated CPU time: 1782.27 s
Current children cumulated vsize: 3041688 KiB
Current children cumulated memory: 1555200 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 29369
/proc/meminfo: memFree=26774792/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2993316 memory=1543748 CPUtime=1842.27 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 871317 0 0 0 184085 142 0 0 20 0 1 0 408737142 3065155584 385937 33554432000 4194304 5870510 140727384811344 140727384810360 5272928 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 748329 385937 909 410 0 743802 0
Current children cumulated CPU time: 1842.27 s
Current children cumulated vsize: 2993316 KiB
Current children cumulated memory: 1543748 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 29373
/proc/meminfo: memFree=26737488/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3043404 memory=1558632 CPUtime=1902.27 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 875011 0 0 0 190082 145 0 0 20 0 1 0 408737142 3116445696 389658 33554432000 4194304 5870510 140727384811344 140727384810296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 760851 389658 909 410 0 756324 0
Current children cumulated CPU time: 1902.27 s
Current children cumulated vsize: 3043404 KiB
Current children cumulated memory: 1558632 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 29438
/proc/meminfo: memFree=27071796/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3043404 memory=1557800 CPUtime=1962.28 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 899876 0 0 0 196076 152 0 0 20 0 1 0 408737142 3116445696 389450 33554432000 4194304 5870510 140727384811344 140727384810296 5272719 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 760851 389450 909 410 0 756324 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 3043404 KiB
Current children cumulated memory: 1557800 KiB

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/199 29567
/proc/meminfo: memFree=26955116/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2999204 memory=1557432 CPUtime=2022.27 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 926960 0 0 0 202070 157 0 0 20 0 1 0 408737142 3071184896 389358 33554432000 4194304 5870510 140727384811344 140727384810360 5272990 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 749801 389358 909 410 0 745274 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 2999204 KiB
Current children cumulated memory: 1557432 KiB

[startup+2050.39 s]
# the end of solver process 29156 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2048.77 s, system=1.60202 s

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

[startup+2022.4 s]
/proc/loadavg: 2.05 2.03 2.05 3/199 29567
/proc/meminfo: memFree=26955116/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2999204 memory=1557432 CPUtime=2022.37 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 926960 0 0 0 202080 157 0 0 20 0 1 0 408737142 3071184896 389358 33554432000 4194304 5870510 140727384811344 140727384810360 5272433 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 749801 389358 909 410 0 745274 0
Current children cumulated CPU time: 2022.37 s
Current children cumulated vsize: 2999204 KiB
Current children cumulated memory: 1557432 KiB

[startup+2035.2 s]
/proc/loadavg: 2.05 2.03 2.05 3/199 29567
/proc/meminfo: memFree=26938980/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2999204 memory=1559480 CPUtime=2035.17 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 927333 0 0 0 203360 157 0 0 20 0 1 0 408737142 3071184896 389870 33554432000 4194304 5870510 140727384811344 140727384810360 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 749801 389870 909 410 0 745274 0
Current children cumulated CPU time: 2035.17 s
Current children cumulated vsize: 2999204 KiB
Current children cumulated memory: 1559480 KiB

[startup+2041.6 s]
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26936880/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=2999204 memory=1561800 CPUtime=2041.57 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 927482 0 0 0 204000 157 0 0 20 0 1 0 408737142 3071184896 390450 33554432000 4194304 5870510 140727384811344 140727384810360 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 749801 390450 909 410 0 745274 0
Current children cumulated CPU time: 2041.57 s
Current children cumulated vsize: 2999204 KiB
Current children cumulated memory: 1561800 KiB

[startup+2044.8 s]
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26935640/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3049292 memory=1563472 CPUtime=2044.77 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 927921 0 0 0 204319 158 0 0 20 0 1 0 408737142 3122475008 390868 33554432000 4194304 5870510 140727384811344 140727384810296 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 762323 390868 909 410 0 757796 0
Current children cumulated CPU time: 2044.77 s
Current children cumulated vsize: 3049292 KiB
Current children cumulated memory: 1563472 KiB

[startup+2048 s]*
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26931980/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3049292 memory=1566776 CPUtime=2047.98 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 928261 0 0 0 204640 158 0 0 20 0 1 0 408737142 3122475008 391694 33554432000 4194304 5870510 140727384811344 140727384810296 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 762323 391694 909 410 0 757796 0
Current children cumulated CPU time: 2047.98 s
Current children cumulated vsize: 3049292 KiB
Current children cumulated memory: 1566776 KiB

[startup+2049.6 s]
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26931980/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3049292 memory=1566828 CPUtime=2049.57 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 939013 0 0 0 204798 159 0 0 20 0 1 0 408737142 3122475008 391707 33554432000 4194304 5870510 140727384811344 140727384810296 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 762323 391707 909 410 0 757796 0
Current children cumulated CPU time: 2049.57 s
Current children cumulated vsize: 3049292 KiB
Current children cumulated memory: 1566828 KiB

[startup+2050 s]*
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26931980/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3049292 memory=1566828 CPUtime=2049.98 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 939126 0 0 0 204839 159 0 0 20 0 1 0 408737142 3122475008 391707 33554432000 4194304 5870510 140727384811344 140727384810296 5283090 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 762323 391707 909 410 0 757796 0
Current children cumulated CPU time: 2049.98 s
Current children cumulated vsize: 3049292 KiB
Current children cumulated memory: 1566828 KiB

[startup+2050.2 s]
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26931980/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3049292 memory=1566828 CPUtime=2050.18 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 939169 0 0 0 204859 159 0 0 20 0 1 0 408737142 3122475008 391707 33554432000 4194304 5870510 140727384811344 140727384810296 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 762323 391707 909 410 0 757796 0
Current children cumulated CPU time: 2050.18 s
Current children cumulated vsize: 3049292 KiB
Current children cumulated memory: 1566828 KiB

[startup+2050.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/199 29568
/proc/meminfo: memFree=26931980/32770624 swapFree=67004752/67108860
[pid=29156] ppid=29153 vsize=3049292 memory=1566828 CPUtime=2050.28 cores=1,3,5,7
/proc/29156/stat : 29156 (xcsp_picat) R 29153 29156 28785 0 -1 4202496 939173 0 0 0 204869 159 0 0 20 0 1 0 408737142 3122475008 391707 33554432000 4194304 5870510 140727384811344 140727384810296 5283090 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 46350336 140727384818719 140727384818797 140727384818797 140727384821706 0
/proc/29156/statm: 762323 391707 909 410 0 757796 0
Current children cumulated CPU time: 2050.28 s
Current children cumulated vsize: 3049292 KiB
Current children cumulated memory: 1566828 KiB

Child status: 0
Real time (s): 2050.39
CPU time (s): 2050.37
CPU user time (s): 2048.77
CPU system time (s): 1.60202
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 3129432
Max. memory (cumulated for all children) (KiB): 1635520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2048.77
system time used= 1.60201
maximum resident set size= 1637568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939215
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= 42
involuntary context switches= 802


# summary of solver processes directly reported to runsolver:
#   pid: 29156
#   total CPU time (s): 2050.37
#   total CPU user time (s): 2048.77
#   total CPU system time (s): 1.60202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.12547 second user time and 15.5879 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-12 23:44:16
IDJOB=4395096
IDBENCH=121212
IDSOLVER=2844
FILE ID=node126/4395096-1568324693
RUNJOBID= node126-1568323917-28817
PBS_JOBID= 21701150
Free space on /tmp= 55372 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Random/Random-m1-7-40-8t/rand-7-40-8-40-22500-0.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395096-1568324693/watcher-4395096-1568324693 -o /tmp/evaluation-result-4395096-1568324693/solver-4395096-1568324693 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28817 --watchdog 2580  xcsp_picat HOME/instance-4395096-1568324693.xml

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

MD5SUM BENCH= bec643ae272751fbe4415f184f63255d
RANDOM SEED=873247110

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28367732 kB
MemAvailable:   31558056 kB
Buffers:          117828 kB
Cached:          3322860 kB
SwapCached:         2860 kB
Active:          2161156 kB
Inactive:        1592784 kB
Active(anon):     311060 kB
Inactive(anon):    43292 kB
Active(file):    1850096 kB
Inactive(file):  1549492 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:             16372 kB
Writeback:             0 kB
AnonPages:        354580 kB
Mapped:            46060 kB
Shmem:             32816 kB
Slab:             242952 kB
SReclaimable:     213144 kB
SUnreclaim:        29808 kB
KernelStack:        3792 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2814700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55368 MiB
End job on node126 at 2019-09-13 00:18:26