Trace number 4407594

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-12? (TO) 2400.06 2399.9

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-70.xml
MD5SUM232b00b06301dc20842d0d34bf6a9f64
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of constraints210
Number of domains2
Minimum domain size70
Maximum domain size140
Distribution of domain sizes[{"size":70,"count":140},{"size":140,"count":140}]
Minimum variable degree2
Maximum variable degree140
Distribution of variable degrees[{"degree":2,"count":140},{"degree":140,"count":140}]
Minimum constraint arity2
Maximum constraint arity141
Distribution of constraint arities[{"arity":2,"count":70},{"arity":141,"count":140}]
Number of extensional constraints0
Number of intensional constraints70
Distribution of constraint types[{"type":"intension","count":70},{"type":"element","count":140}]
Optimization problemNO
Type of objective

Solver Data

34.18/34.22	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407594-1569509673/watcher-4407594-1569509673 -o /var/tmp/evaluation-result-4407594-1569509673/solver-4407594-1569509673 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569509600-16690 --watchdog 2560 xcsp_picat HOME/instance-4407594-1569509673.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
Current StackSize limit: 8192 KiB

solver pid=16783, runsolver pid=16780

[startup+0.100115 s]*
/proc/loadavg: 0.72 0.19 0.10 3/204 16784
/proc/meminfo: memFree=23956240/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2050520 memory=30056 CPUtime=0.09 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 3727 0 0 0 9 0 0 0 20 0 1 0 527206782 2099732480 7514 33554432000 4194304 5870510 140726220227600 140726220224744 5287642 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 512630 7514 891 410 0 508103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2050520 KiB
Current children cumulated memory: 30056 KiB

[startup+0.210098 s]*
/proc/loadavg: 0.72 0.19 0.10 3/204 16784
/proc/meminfo: memFree=23950720/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2055024 memory=35088 CPUtime=0.21 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 4556 0 0 0 20 1 0 0 20 0 1 0 527206782 2104344576 8772 33554432000 4194304 5870510 140726220227600 140726220224744 140601888452487 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 513756 8772 943 410 0 509229 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2055024 KiB
Current children cumulated memory: 35088 KiB

[startup+0.309914 s]*
/proc/loadavg: 0.72 0.19 0.10 3/204 16784
/proc/meminfo: memFree=23950720/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2055156 memory=35088 CPUtime=0.31 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 4576 0 0 0 30 1 0 0 20 0 1 0 527206782 2104479744 8772 33554432000 4194304 5870510 140726220227600 140726220226776 5337336 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 513789 8772 943 410 0 509262 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2055156 KiB
Current children cumulated memory: 35088 KiB

[startup+0.700277 s]
/proc/loadavg: 0.72 0.19 0.10 3/204 16784
/proc/meminfo: memFree=23946624/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2055156 memory=35088 CPUtime=0.69 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 4578 0 0 0 68 1 0 0 20 0 1 0 527206782 2104479744 8772 33554432000 4194304 5870510 140726220227600 140726220226776 5343854 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 513789 8772 943 410 0 509262 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2055156 KiB
Current children cumulated memory: 35088 KiB

[startup+1.5003 s]
/proc/loadavg: 0.72 0.19 0.10 3/204 16784
/proc/meminfo: memFree=23947428/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2054612 memory=33564 CPUtime=1.49 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 5051 0 0 0 148 1 0 0 20 0 1 0 527206782 2103922688 8391 33554432000 4194304 5870510 140726220227600 140726220226776 140601893880376 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 513653 8391 956 410 0 509126 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2054612 KiB
Current children cumulated memory: 33564 KiB

[startup+3.10981 s]
/proc/loadavg: 0.82 0.22 0.11 3/204 16784
/proc/meminfo: memFree=23933544/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2078376 memory=50596 CPUtime=3.1 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 9403 0 0 0 308 2 0 0 20 0 1 0 527206782 2128257024 12649 33554432000 4194304 5870510 140726220227600 140726220226552 5282454 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 519594 12649 988 410 0 515067 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2078376 KiB
Current children cumulated memory: 50596 KiB

[startup+6.3003 s]
/proc/loadavg: 0.82 0.22 0.11 3/203 16784
/proc/meminfo: memFree=23925364/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2079912 memory=58160 CPUtime=6.29 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 14007 0 0 0 625 4 0 0 20 0 1 0 527206782 2129829888 14540 33554432000 4194304 5870510 140726220227600 140726220226616 5282684 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 519978 14540 988 410 0 515451 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2079912 KiB
Current children cumulated memory: 58160 KiB

[startup+12.7003 s]
/proc/loadavg: 1.01 0.28 0.13 3/203 16784
/proc/meminfo: memFree=23907884/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2092224 memory=72596 CPUtime=12.69 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 17961 0 0 0 1265 4 0 0 20 0 1 0 527206782 2142437376 18149 33554432000 4194304 5870510 140726220227600 140726220226168 5274945 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 523056 18149 988 410 0 518529 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2092224 KiB
Current children cumulated memory: 72596 KiB

[startup+25.5003 s]
/proc/loadavg: 1.16 0.33 0.15 3/203 16784
/proc/meminfo: memFree=23951120/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2118080 memory=96108 CPUtime=25.49 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 25366 0 0 0 2544 5 0 0 20 0 1 0 527206782 2168913920 24027 33554432000 4194304 5870510 140726220227600 140726220226168 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 529520 24027 988 410 0 524993 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2118080 KiB
Current children cumulated memory: 96108 KiB

[startup+51.1097 s]
/proc/loadavg: 1.45 0.47 0.20 3/203 16848
/proc/meminfo: memFree=23137828/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2129756 memory=110216 CPUtime=51.09 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 28369 0 0 0 5104 5 0 0 20 0 1 0 527206782 2180870144 27554 33554432000 4194304 5870510 140726220227600 140726220226712 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 532439 27554 988 410 0 527912 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2129756 KiB
Current children cumulated memory: 110216 KiB

[startup+102.3 s]
/proc/loadavg: 1.78 0.73 0.31 3/203 16853
/proc/meminfo: memFree=21988556/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2130152 memory=116140 CPUtime=102.28 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 28973 0 0 0 10223 5 0 0 20 0 1 0 527206782 2181275648 29035 33554432000 4194304 5870510 140726220227600 140726220226168 5306755 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 532538 29035 988 410 0 528011 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 116140 KiB

[startup+162.3 s]
/proc/loadavg: 1.92 0.96 0.41 3/203 16857
/proc/meminfo: memFree=21962808/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2153780 memory=141740 CPUtime=162.27 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 30613 0 0 0 16222 5 0 0 20 0 1 0 527206782 2205470720 35435 33554432000 4194304 5870510 140726220227600 140726220226168 5282767 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 538445 35435 988 410 0 533918 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2153780 KiB
Current children cumulated memory: 141740 KiB

[startup+222.3 s]
/proc/loadavg: 1.92 1.13 0.51 3/204 16864
/proc/meminfo: memFree=21960896/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2153780 memory=141760 CPUtime=222.28 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 31173 0 0 0 22222 6 0 0 20 0 1 0 527206782 2205470720 35440 33554432000 4194304 5870510 140726220227600 140726220226616 140601893876974 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 538445 35440 988 410 0 533918 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2153780 KiB
Current children cumulated memory: 141760 KiB

[startup+282.3 s]
/proc/loadavg: 1.97 1.29 0.60 3/203 16869
/proc/meminfo: memFree=21961356/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2153780 memory=141760 CPUtime=282.28 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 32528 0 0 0 28222 6 0 0 20 0 1 0 527206782 2205470720 35440 33554432000 4194304 5870510 140726220227600 140726220226616 5258396 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 538445 35440 988 410 0 533918 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2153780 KiB
Current children cumulated memory: 141760 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.42 0.69 3/202 16873
/proc/meminfo: memFree=21982700/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2136712 memory=122520 CPUtime=342.29 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 33881 0 0 0 34222 7 0 0 20 0 1 0 527206782 2187993088 30630 33554432000 4194304 5870510 140726220227600 140726220226040 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 534178 30630 988 410 0 529651 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2136712 KiB
Current children cumulated memory: 122520 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 0.77 3/204 16887
/proc/meminfo: memFree=21930872/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2192996 memory=173572 CPUtime=402.29 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 37793 0 0 0 40220 9 0 0 20 0 1 0 527206782 2245627904 43393 33554432000 4194304 5870510 140726220227600 140726220226040 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 548249 43393 988 410 0 543722 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2192996 KiB
Current children cumulated memory: 173572 KiB

[startup+462.3 s]
/proc/loadavg: 2.05 1.63 0.85 3/204 16914
/proc/meminfo: memFree=21929636/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2199392 memory=177620 CPUtime=462.3 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 40041 0 0 0 46218 12 0 0 20 0 1 0 527206782 2252177408 44405 33554432000 4194304 5870510 140726220227600 140726220226168 140601887985426 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 549848 44405 988 410 0 545321 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2199392 KiB
Current children cumulated memory: 177620 KiB


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

/proc/16783/statm: 563208 58709 988 410 0 558681 0
Current children cumulated CPU time: 1662.39 s
Current children cumulated vsize: 2252832 KiB
Current children cumulated memory: 234836 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.70 3/204 17032
/proc/meminfo: memFree=21839244/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2271800 memory=259732 CPUtime=1722.39 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 121911 0 0 0 172174 65 0 0 20 0 1 0 527206782 2326323200 64933 33554432000 4194304 5870510 140726220227600 140726220226168 5304178 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 567950 64933 988 410 0 563423 0
Current children cumulated CPU time: 1722.39 s
Current children cumulated vsize: 2271800 KiB
Current children cumulated memory: 259732 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.72 3/204 17037
/proc/meminfo: memFree=21839448/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2271800 memory=259780 CPUtime=1782.4 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 122201 0 0 0 178175 65 0 0 20 0 1 0 527206782 2326323200 64945 33554432000 4194304 5870510 140726220227600 140726220226168 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 567950 64945 988 410 0 563423 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 2271800 KiB
Current children cumulated memory: 259780 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.74 3/205 17043
/proc/meminfo: memFree=21875952/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2241160 memory=222996 CPUtime=1842.4 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 123343 0 0 0 184175 65 0 0 20 0 1 0 527206782 2294947840 55749 33554432000 4194304 5870510 140726220227600 140726220226040 140601893880389 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 560290 55749 988 410 0 555763 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 2241160 KiB
Current children cumulated memory: 222996 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/203 17049
/proc/meminfo: memFree=21876340/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2241160 memory=222996 CPUtime=1902.4 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 123641 0 0 0 190175 65 0 0 20 0 1 0 527206782 2294947840 55749 33554432000 4194304 5870510 140726220227600 140726220226040 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 560290 55749 988 410 0 555763 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 2241160 KiB
Current children cumulated memory: 222996 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/203 17055
/proc/meminfo: memFree=21860204/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2271524 memory=239104 CPUtime=1962.41 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 127966 0 0 0 196175 66 0 0 20 0 1 0 527206782 2326040576 59776 33554432000 4194304 5870510 140726220227600 140726220226040 5283072 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 567881 59776 988 410 0 563354 0
Current children cumulated CPU time: 1962.41 s
Current children cumulated vsize: 2271524 KiB
Current children cumulated memory: 239104 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/204 17061
/proc/meminfo: memFree=21804624/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2308712 memory=294656 CPUtime=2022.41 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 132181 0 0 0 202174 67 0 0 20 0 1 0 527206782 2364121088 73664 33554432000 4194304 5870510 140726220227600 140726220226632 5283064 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 577178 73664 988 410 0 572651 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 2308712 KiB
Current children cumulated memory: 294656 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/203 17066
/proc/meminfo: memFree=21804924/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2308712 memory=294656 CPUtime=2082.42 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 132307 0 0 0 208175 67 0 0 20 0 1 0 527206782 2364121088 73664 33554432000 4194304 5870510 140726220227600 140726220226632 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 577178 73664 988 410 0 572651 0
Current children cumulated CPU time: 2082.42 s
Current children cumulated vsize: 2308712 KiB
Current children cumulated memory: 294656 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/203 17070
/proc/meminfo: memFree=21803084/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2308712 memory=296704 CPUtime=2142.43 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 134220 0 0 0 214175 68 0 0 20 0 1 0 527206782 2364121088 74176 33554432000 4194304 5870510 140726220227600 140726220226632 5283126 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 577178 74176 988 410 0 572651 0
Current children cumulated CPU time: 2142.43 s
Current children cumulated vsize: 2308712 KiB
Current children cumulated memory: 296704 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/205 17084
/proc/meminfo: memFree=21802316/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2308712 memory=296704 CPUtime=2202.43 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 136828 0 0 0 220175 68 0 0 20 0 1 0 527206782 2364121088 74176 33554432000 4194304 5870510 140726220227600 140726220226632 5277480 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 577178 74176 988 410 0 572651 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 2308712 KiB
Current children cumulated memory: 296704 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/204 17088
/proc/meminfo: memFree=21802744/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2308712 memory=296704 CPUtime=2262.43 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 141000 0 0 0 226175 68 0 0 20 0 1 0 527206782 2364121088 74176 33554432000 4194304 5870510 140726220227600 140726220226632 5282284 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 577178 74176 988 410 0 572651 0
Current children cumulated CPU time: 2262.43 s
Current children cumulated vsize: 2308712 KiB
Current children cumulated memory: 296704 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/204 17092
/proc/meminfo: memFree=21802240/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2308712 memory=296704 CPUtime=2322.44 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 142336 0 0 0 232175 69 0 0 20 0 1 0 527206782 2364121088 74176 33554432000 4194304 5870510 140726220227600 140726220226632 140601893880399 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 577178 74176 988 410 0 572651 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 2308712 KiB
Current children cumulated memory: 296704 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/204 17098
/proc/meminfo: memFree=21860132/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2250236 memory=238344 CPUtime=2382.44 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 153414 0 0 0 238174 70 0 0 20 0 1 0 527206782 2304241664 59586 33554432000 4194304 5870510 140726220227600 140726220226376 5282533 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 562559 59586 988 410 0 558032 0
Current children cumulated CPU time: 2382.44 s
Current children cumulated vsize: 2250236 KiB
Current children cumulated memory: 238344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17098
/proc/meminfo: memFree=21835388/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2280588 memory=263656 CPUtime=2400.05 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 153638 0 0 0 239934 71 0 0 20 0 1 0 527206782 2335322112 65914 33554432000 4194304 5870510 140726220227600 140726220226168 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 570147 65914 988 410 0 565620 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 2280588 KiB
Current children cumulated memory: 263656 KiB

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

[startup+2399.9 s]
# the end of solver process 16783 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.34 s, system=0.717048 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 1.99 1.86 3/203 17098
/proc/meminfo: memFree=21835388/32770624 swapFree=67003180/67108860
[pid=16783] ppid=16780 vsize=2280588 memory=263656 CPUtime=2400.05 cores=0,2,4,6
/proc/16783/stat : 16783 (xcsp_picat) R 16780 16783 16659 0 -1 4202496 153638 0 0 0 239934 71 0 0 20 0 1 0 527206782 2335322112 65914 33554432000 4194304 5870510 140726220227600 140726220226168 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 39456768 140726220231687 140726220231769 140726220231769 140726220234694 0
/proc/16783/statm: 570147 65914 988 410 0 565620 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 2280588 KiB
Current children cumulated memory: 263656 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.9
CPU time (s): 2400.06
CPU user time (s): 2399.34
CPU system time (s): 0.717048
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 2373108
Max. memory (cumulated for all children) (KiB): 340080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.34
system time used= 0.717048
maximum resident set size= 340080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153638
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= 11
involuntary context switches= 1095


# summary of solver processes directly reported to runsolver:
#   pid: 16783
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.34
#   total CPU system time (s): 0.717048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98819 second user time and 18.2487 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-26 16:53:52
IDJOB=4407594
IDBENCH=124380
IDSOLVER=2873
FILE ID=node133/4407594-1569509673
RUNJOBID= node133-1569509600-16690
PBS_JOBID= 21705787
Free space on /var/tmp= 13484 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-70.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407594-1569509673/watcher-4407594-1569509673 -o /var/tmp/evaluation-result-4407594-1569509673/solver-4407594-1569509673 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569509600-16690 --watchdog 2560  xcsp_picat HOME/instance-4407594-1569509673.xml

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

MD5SUM BENCH= 232b00b06301dc20842d0d34bf6a9f64
RANDOM SEED=8362727

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23984420 kB
MemAvailable:   31682356 kB
Buffers:          185168 kB
Cached:          7575628 kB
SwapCached:         4964 kB
Active:          3954764 kB
Inactive:        3959132 kB
Active(anon):     166100 kB
Inactive(anon):    59120 kB
Active(file):    3788664 kB
Inactive(file):  3900012 kB
Unevictable:      109560 kB
Mlocked:          109560 kB
SwapTotal:      67108860 kB
SwapFree:       67003180 kB
Dirty:              3416 kB
Writeback:             0 kB
AnonPages:        257596 kB
Mapped:            24472 kB
Shmem:             63404 kB
Slab:             466496 kB
SReclaimable:     437720 kB
SUnreclaim:        28776 kB
KernelStack:        3600 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2722200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13480 MiB
End job on node133 at 2019-09-26 17:33:52