Trace number 4407634

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
(reference) PicatSAT 2019-09-12UNSAT 1671.21 1671.2

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0650.xml
MD5SUMb97d8d5b055c4339b2e4c2984249c74f
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 benchmark1671.21
Satisfiable
(Un)Satisfiability was proved
Number of variables1302
Number of constraints212876
Number of domains1
Minimum domain size422501
Maximum domain size422501
Distribution of domain sizes[{"size":422501,"count":1302}]
Minimum variable degree2
Maximum variable degree651
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":649},{"degree":650,"count":649},{"degree":651,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212876}]
Number of extensional constraints0
Number of intensional constraints212876
Distribution of constraint types[{"type":"intension","count":212876}]
Optimization problemNO
Type of objective

Solver Data

659.12/659.18	c xcsp_picat version 2.7b12 (9/12/2019)
1671.11/1671.14	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: 16375 MiB (15318 MiB free)
  memory of node 1: 16384 MiB (9525 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407634-1569511309/watcher-4407634-1569511309 -o /tmp/evaluation-result-4407634-1569511309/solver-4407634-1569511309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569509600-2163 --watchdog 2560 xcsp_picat HOME/instance-4407634-1569511309.xml 

running on 4 cores: 4-7

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
Current StackSize limit: 8192 KiB

solver pid=2818, runsolver pid=2815

[startup+0.100163 s]*
/proc/loadavg: 2.45 2.11 1.72 3/200 2819
/proc/meminfo: memFree=25420972/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2031716 memory=22644 CPUtime=0.1 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1274 0 0 0 10 0 0 0 20 0 1 0 527072470 2080477184 5661 33554432000 4194304 5870510 140724584716592 140724584715896 140488491273216 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 507929 5661 846 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 22644 KiB

[startup+0.210877 s]*
/proc/loadavg: 2.45 2.11 1.72 3/200 2819
/proc/meminfo: memFree=25414828/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2031716 memory=28788 CPUtime=0.21 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1277 0 0 0 21 0 0 0 20 0 1 0 527072470 2080477184 7197 33554432000 4194304 5870510 140724584716592 140724584715896 4487183 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 507929 7197 846 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 28788 KiB

[startup+0.310705 s]*
/proc/loadavg: 2.45 2.11 1.72 3/200 2819
/proc/meminfo: memFree=25410732/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2031716 memory=37216 CPUtime=0.31 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1281 0 0 0 31 0 0 0 20 0 1 0 527072470 2080477184 9304 33554432000 4194304 5870510 140724584716592 140724584715896 4515477 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 507929 9304 846 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 37216 KiB

[startup+0.700339 s]
/proc/loadavg: 2.45 2.11 1.72 3/200 2819
/proc/meminfo: memFree=25396396/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2031716 memory=57696 CPUtime=0.7 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1291 0 0 0 69 1 0 0 20 0 1 0 527072470 2080477184 14424 33554432000 4194304 5870510 140724584716592 140724584715896 140488490792852 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 507929 14424 846 410 0 503402 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 57696 KiB

[startup+1.50037 s]
/proc/loadavg: 2.45 2.11 1.72 3/200 2819
/proc/meminfo: memFree=25365552/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2031716 memory=110944 CPUtime=1.49 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1317 0 0 0 148 1 0 0 20 0 1 0 527072470 2080477184 27736 33554432000 4194304 5870510 140724584716592 140724584715896 4461503 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 507929 27736 846 410 0 503402 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 110944 KiB

[startup+3.11064 s]
/proc/loadavg: 2.45 2.11 1.72 3/200 2819
/proc/meminfo: memFree=25248692/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2031716 memory=197156 CPUtime=3.1 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1606 0 0 0 307 3 0 0 20 0 1 0 527072470 2080477184 49289 33554432000 4194304 5870510 140724584716592 140724584715960 4463385 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 507929 49289 867 410 0 503402 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 197156 KiB

[startup+6.30039 s]
/proc/loadavg: 2.50 2.13 1.73 3/200 2819
/proc/meminfo: memFree=24638108/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=2777432 memory=839856 CPUtime=6.29 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 41466 0 0 0 613 16 0 0 20 0 1 0 527072470 2844090368 209964 33554432000 4194304 5870510 140724584716592 140724584715368 5392857 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 694358 209964 908 410 0 689831 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2777432 KiB
Current children cumulated memory: 839856 KiB

[startup+12.7004 s]
/proc/loadavg: 2.46 2.12 1.73 3/200 2819
/proc/meminfo: memFree=23358248/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=4235672 memory=2210652 CPUtime=12.69 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 228779 0 0 0 1215 54 0 0 20 0 1 0 527072470 4337328128 552663 33554432000 4194304 5870510 140724584716592 140724584715368 5257468 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1058918 552663 908 410 0 1054391 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 4235672 KiB
Current children cumulated memory: 2210652 KiB

[startup+25.5004 s]
/proc/loadavg: 2.36 2.12 1.74 3/200 2819
/proc/meminfo: memFree=22533656/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=5148612 memory=2904936 CPUtime=25.49 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 414389 0 0 0 2470 79 0 0 20 0 1 0 527072470 5272178688 726234 33554432000 4194304 5870510 140724584716592 140724584715368 5261111 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1287153 726234 914 410 0 1282626 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 5148612 KiB
Current children cumulated memory: 2904936 KiB

[startup+51.1108 s]
/proc/loadavg: 2.23 2.11 1.74 3/200 2822
/proc/meminfo: memFree=22508144/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=5172908 memory=2929308 CPUtime=51.11 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 599642 0 0 0 5018 93 0 0 20 0 1 0 527072470 5297057792 732327 33554432000 4194304 5870510 140724584716592 140724584715080 5261272 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1293227 732327 914 410 0 1288700 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 5172908 KiB
Current children cumulated memory: 2929308 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.09 1.76 3/200 2825
/proc/meminfo: memFree=22428476/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=5249268 memory=3005544 CPUtime=102.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 901346 0 0 0 10110 120 0 0 20 0 1 0 527072470 5375250432 751386 33554432000 4194304 5870510 140724584716592 140724584715080 140488490834917 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1312317 751386 914 410 0 1307790 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 5249268 KiB
Current children cumulated memory: 3005544 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.07 1.77 3/200 2829
/proc/meminfo: memFree=22326996/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=5350464 memory=3106740 CPUtime=162.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1192611 0 0 0 16083 147 0 0 20 0 1 0 527072470 5478875136 776685 33554432000 4194304 5870510 140724584716592 140724584715080 5261287 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1337616 776685 914 410 0 1333089 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 5350464 KiB
Current children cumulated memory: 3106740 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.06 1.79 3/200 2835
/proc/meminfo: memFree=22090968/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=5548076 memory=3358360 CPUtime=222.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1497915 0 0 0 22052 178 0 0 20 0 1 0 527072470 5681229824 839590 33554432000 4194304 5870510 140724584716592 140724584714904 140488490845068 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1387019 839590 917 410 0 1382492 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 5548076 KiB
Current children cumulated memory: 3358360 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.05 1.80 3/199 2840
/proc/meminfo: memFree=20653576/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=7033400 memory=4738024 CPUtime=282.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 1919002 0 0 0 27998 232 0 0 20 0 1 0 527072470 7202201600 1184506 33554432000 4194304 5870510 140724584716592 140724584714920 5337379 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1758350 1184506 917 410 0 1753823 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 7033400 KiB
Current children cumulated memory: 4738024 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.04 1.81 3/199 2844
/proc/meminfo: memFree=20602476/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=7074520 memory=4818900 CPUtime=342.31 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 2305629 0 0 0 33972 259 0 0 20 0 1 0 527072470 7244308480 1204725 33554432000 4194304 5870510 140724584716592 140724584714744 5345092 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1768630 1204725 917 410 0 1764103 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 7074520 KiB
Current children cumulated memory: 4818900 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 1.82 3/199 2850
/proc/meminfo: memFree=20543236/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=7081236 memory=4837532 CPUtime=402.32 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 2591321 0 0 0 39955 277 0 0 20 0 1 0 527072470 7251185664 1209383 33554432000 4194304 5870510 140724584716592 140724584714744 5337297 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1770309 1209383 917 410 0 1765782 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 7081236 KiB
Current children cumulated memory: 4837532 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.04 1.84 3/199 2918
/proc/meminfo: memFree=20286364/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=7989284 memory=5329080 CPUtime=462.32 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 3091579 0 0 0 45916 316 0 0 20 0 1 0 527072470 8181026816 1332270 33554432000 4194304 5870510 140724584716592 140724584715304 5331141 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1997321 1332270 917 410 0 1992794 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 7989284 KiB
Current children cumulated memory: 5329080 KiB


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

Current children cumulated memory: 3957576 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/200 2995
/proc/meminfo: memFree=21488808/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3961120 CPUtime=1242.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5470164 0 0 0 123714 516 0 0 20 0 1 0 527072470 6458404864 990280 33554432000 4194304 5870510 140724584716592 140724584715704 140488496514056 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 990280 939 410 0 1572232 0
Current children cumulated CPU time: 1242.3 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3961120 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/200 3001
/proc/meminfo: memFree=21488756/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3961156 CPUtime=1302.29 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5557512 0 0 0 129705 524 0 0 20 0 1 0 527072470 6458404864 990289 33554432000 4194304 5870510 140724584716592 140724584715704 5282505 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 990289 939 410 0 1572232 0
Current children cumulated CPU time: 1302.29 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3961156 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/200 3005
/proc/meminfo: memFree=21488980/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3961164 CPUtime=1362.28 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5626652 0 0 0 135698 530 0 0 20 0 1 0 527072470 6458404864 990291 33554432000 4194304 5870510 140724584716592 140724584715704 5282505 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 990291 939 410 0 1572232 0
Current children cumulated CPU time: 1362.28 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3961164 KiB

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/200 3009
/proc/meminfo: memFree=21486656/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3963716 CPUtime=1422.29 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5704237 0 0 0 141693 536 0 0 20 0 1 0 527072470 6458404864 990929 33554432000 4194304 5870510 140724584716592 140724584715704 5282574 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 990929 939 410 0 1572232 0
Current children cumulated CPU time: 1422.29 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3963716 KiB

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3015
/proc/meminfo: memFree=21484248/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3965584 CPUtime=1482.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5771207 0 0 0 147687 543 0 0 20 0 1 0 527072470 6458404864 991396 33554432000 4194304 5870510 140724584716592 140724584715704 5288833 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 991396 939 410 0 1572232 0
Current children cumulated CPU time: 1482.3 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3965584 KiB

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3019
/proc/meminfo: memFree=21481204/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3968572 CPUtime=1542.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5854068 0 0 0 153679 551 0 0 20 0 1 0 527072470 6458404864 992143 33554432000 4194304 5870510 140724584716592 140724584715704 5282578 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 992143 939 410 0 1572232 0
Current children cumulated CPU time: 1542.3 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3968572 KiB

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/198 3023
/proc/meminfo: memFree=21461808/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3969472 CPUtime=1602.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 5922411 0 0 0 159675 555 0 0 20 0 1 0 527072470 6458404864 992368 33554432000 4194304 5870510 140724584716592 140724584715704 5282597 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 992368 939 410 0 1572232 0
Current children cumulated CPU time: 1602.3 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3969472 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3030
/proc/meminfo: memFree=21458868/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3971660 CPUtime=1662.3 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6018539 0 0 0 165669 561 0 0 20 0 1 0 527072470 6458404864 992915 33554432000 4194304 5870510 140724584716592 140724584715704 5282578 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 992915 939 410 0 1572232 0
Current children cumulated CPU time: 1662.3 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3971660 KiB

[startup+1671.2 s]
# the end of solver process 2818 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1665.52 s, system=5.69138 s

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

[startup+1664 s]*
/proc/loadavg: 2.00 2.01 1.95 3/199 3030
/proc/meminfo: memFree=21458884/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3971660 CPUtime=1664.01 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6018723 0 0 0 165840 561 0 0 20 0 1 0 527072470 6458404864 992915 33554432000 4194304 5870510 140724584716592 140724584715704 5282505 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 992915 939 410 0 1572232 0
Current children cumulated CPU time: 1664.01 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3971660 KiB

[startup+1667.2 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3030
/proc/meminfo: memFree=21458884/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3971660 CPUtime=1667.21 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6029003 0 0 0 166159 562 0 0 20 0 1 0 527072470 6458404864 992915 33554432000 4194304 5870510 140724584716592 140724584715704 5282515 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 992915 939 410 0 1572232 0
Current children cumulated CPU time: 1667.21 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3971660 KiB

[startup+1668.8 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3031
/proc/meminfo: memFree=21455848/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3974580 CPUtime=1668.81 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6029025 0 0 0 166319 562 0 0 20 0 1 0 527072470 6458404864 993645 33554432000 4194304 5870510 140724584716592 140724584715704 5282621 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 993645 939 410 0 1572232 0
Current children cumulated CPU time: 1668.81 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3974580 KiB

[startup+1670.4 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3031
/proc/meminfo: memFree=21455900/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3974580 CPUtime=1670.41 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6029028 0 0 0 166479 562 0 0 20 0 1 0 527072470 6458404864 993645 33554432000 4194304 5870510 140724584716592 140724584715704 5288988 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 993645 939 410 0 1572232 0
Current children cumulated CPU time: 1670.41 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3974580 KiB

[startup+1670.8 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3031
/proc/meminfo: memFree=21455900/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3974580 CPUtime=1670.8 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6038829 0 0 0 166518 562 0 0 20 0 1 0 527072470 6458404864 993645 33554432000 4194304 5870510 140724584716592 140724584715704 5261995 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 993645 939 410 0 1572232 0
Current children cumulated CPU time: 1670.8 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3974580 KiB

[startup+1671 s]*
/proc/loadavg: 2.00 2.01 1.95 3/199 3031
/proc/meminfo: memFree=21455900/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3974580 CPUtime=1671.02 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6051836 0 0 0 166539 563 0 0 20 0 1 0 527072470 6458404864 993645 33554432000 4194304 5870510 140724584716592 140724584715704 5261995 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 993645 939 410 0 1572232 0
Current children cumulated CPU time: 1671.02 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3974580 KiB

[startup+1671.11 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 3031
/proc/meminfo: memFree=21455900/32770688 swapFree=67001348/67108860
[pid=2818] ppid=2815 vsize=6307036 memory=3974580 CPUtime=1671.11 cores=4-7
/proc/2818/stat : 2818 (xcsp_picat) R 2815 2818 2131 0 -1 4202496 6054888 0 0 0 166548 563 0 0 20 0 1 0 527072470 6458404864 993645 33554432000 4194304 5870510 140724584716592 140724584715704 5306240 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 43802624 140724584723487 140724584723565 140724584723565 140724584726474 0
/proc/2818/statm: 1576759 993645 939 410 0 1572232 0
Current children cumulated CPU time: 1671.11 s
Current children cumulated vsize: 6307036 KiB
Current children cumulated memory: 3974580 KiB

Child status: 0
Real time (s): 1671.2
CPU time (s): 1671.21
CPU user time (s): 1665.52
CPU system time (s): 5.69138
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7989284
Max. memory (cumulated for all children) (KiB): 5634232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1665.52
system time used= 5.69138
maximum resident set size= 5634232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6055464
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= 240
involuntary context switches= 732


# summary of solver processes directly reported to runsolver:
#   pid: 2818
#   total CPU time (s): 1671.21
#   total CPU user time (s): 1665.52
#   total CPU system time (s): 5.69138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38556 second user time and 13.7438 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-26 17:21:07
IDJOB=4407634
IDBENCH=126853
IDSOLVER=2873
FILE ID=node116/4407634-1569511309
RUNJOBID= node116-1569509600-2163
PBS_JOBID= 21705797
Free space on /tmp= 6540 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0650.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407634-1569511309/watcher-4407634-1569511309 -o /tmp/evaluation-result-4407634-1569511309/solver-4407634-1569511309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569509600-2163 --watchdog 2560  xcsp_picat HOME/instance-4407634-1569511309.xml

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

MD5SUM BENCH= b97d8d5b055c4339b2e4c2984249c74f
RANDOM SEED=731263935

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        25439724 kB
MemAvailable:   31725772 kB
Buffers:          135996 kB
Cached:          6299148 kB
SwapCached:         3248 kB
Active:          3295476 kB
Inactive:        3245836 kB
Active(anon):     124560 kB
Inactive(anon):    54536 kB
Active(file):    3170916 kB
Inactive(file):  3191300 kB
Unevictable:      109488 kB
Mlocked:          109488 kB
SwapTotal:      67108860 kB
SwapFree:       67001348 kB
Dirty:             10568 kB
Writeback:             0 kB
AnonPages:        226424 kB
Mapped:            24212 kB
Shmem:             64220 kB
Slab:             382752 kB
SReclaimable:     352292 kB
SUnreclaim:        30460 kB
KernelStack:        3776 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2612896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6536 MiB
End job on node116 at 2019-09-26 17:48:58