Trace number 4303268

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 2018-08-02? (TO) 2520 2520.02

General information on the benchmark

NameLangford/
LangfordBin-13_c18.xml
MD5SUMaf26c9d63c7c51246c3bfb55117cf2b4
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 benchmark674.478
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints39
Number of domains2
Minimum domain size13
Maximum domain size26
Distribution of domain sizes[{"size":13,"count":26},{"size":26,"count":26}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":26},{"degree":26,"count":26}]
Minimum constraint arity2
Maximum constraint arity27
Distribution of constraint arities[{"arity":2,"count":13},{"arity":27,"count":26}]
Number of extensional constraints0
Number of intensional constraints13
Distribution of constraint types[{"type":"intension","count":13},{"type":"element","count":26}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303268-1534013074/watcher-4303268-1534013074 -o /tmp/evaluation-result-4303268-1534013074/solver-4303268-1534013074 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580 xcsp_picat HOME/instance-4303268-1534013074.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
Current StackSize limit: 8192 KiB

solver pid=28361, runsolver pid=28358

[startup+0.10011 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16934776/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2034292 memory=14252 CPUtime=0.1 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 1723 0 0 0 10 0 0 0 20 0 1 0 218870618 2083115008 3563 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 508573 3563 717 405 0 505518 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2034292 KiB
Current children cumulated memory: 14252 KiB

[startup+0.209761 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16934032/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2034820 memory=14836 CPUtime=0.21 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 1888 0 0 0 20 1 0 0 20 0 1 0 218870618 2083655680 3709 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 508705 3709 717 405 0 505650 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2034820 KiB
Current children cumulated memory: 14836 KiB

[startup+0.308971 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16934032/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2034792 memory=14832 CPUtime=0.31 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 1919 0 0 0 30 1 0 0 20 0 1 0 218870618 2083627008 3708 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 508698 3708 717 405 0 505643 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2034792 KiB
Current children cumulated memory: 14832 KiB

[startup+0.70023 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16933660/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2035136 memory=15136 CPUtime=0.69 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 2481 0 0 0 67 2 0 0 20 0 1 0 218870618 2083979264 3784 33554432000 4194304 5849708 140729593163904 140729593162904 5359143 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 508784 3784 717 405 0 505729 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2035136 KiB
Current children cumulated memory: 15136 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16932804/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2036480 memory=16520 CPUtime=1.49 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 3581 0 0 0 145 4 0 0 20 0 1 0 218870618 2085355520 4130 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 509120 4130 717 405 0 506065 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2036480 KiB
Current children cumulated memory: 16520 KiB

[startup+3.10931 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16929320/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2039296 memory=19192 CPUtime=3.09 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 5868 0 0 0 303 6 0 0 20 0 1 0 218870618 2088239104 4798 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 509824 4798 717 405 0 506769 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2039296 KiB
Current children cumulated memory: 19192 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16923808/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2044988 memory=25084 CPUtime=6.29 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 10417 0 0 0 618 11 0 0 20 0 1 0 218870618 2094067712 6271 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 511247 6271 717 405 0 508192 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2044988 KiB
Current children cumulated memory: 25084 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28362
/proc/meminfo: memFree=16921796/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2047464 memory=27560 CPUtime=12.69 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 15575 0 0 0 1252 17 0 0 20 0 1 0 218870618 2096603136 6890 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 511866 6890 717 405 0 508811 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2047464 KiB
Current children cumulated memory: 27560 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 2.05 2.06 3/191 28362
/proc/meminfo: memFree=16914076/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2057132 memory=37152 CPUtime=25.48 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 26580 0 0 0 2522 26 0 0 20 0 1 0 218870618 2106503168 9288 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 514283 9288 717 405 0 511228 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2057132 KiB
Current children cumulated memory: 37152 KiB

[startup+51.1097 s]
/proc/loadavg: 2.10 2.04 2.05 3/191 28362
/proc/meminfo: memFree=16907960/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2067572 memory=47448 CPUtime=51.1 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 35600 0 0 0 5071 39 0 0 20 0 1 0 218870618 2117193728 11862 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 516893 11862 717 405 0 513838 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2067572 KiB
Current children cumulated memory: 47448 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/190 28363
/proc/meminfo: memFree=16867912/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2089372 memory=69468 CPUtime=102.28 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 53046 0 0 0 10165 63 0 0 20 0 1 0 218870618 2139516928 17367 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 522343 17367 717 405 0 519288 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2089372 KiB
Current children cumulated memory: 69468 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 28364
/proc/meminfo: memFree=16829016/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2091168 memory=71264 CPUtime=162.29 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 66704 0 0 0 16145 84 0 0 20 0 1 0 218870618 2141356032 17816 33554432000 4194304 5849708 140729593163904 140729593162904 5437625 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 522792 17816 717 405 0 519737 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2091168 KiB
Current children cumulated memory: 71264 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 28365
/proc/meminfo: memFree=16761276/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2100816 memory=80912 CPUtime=222.29 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 77610 0 0 0 22128 101 0 0 20 0 1 0 218870618 2151235584 20228 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 525204 20228 717 405 0 522149 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2100816 KiB
Current children cumulated memory: 80912 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 28367
/proc/meminfo: memFree=16730548/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2134128 memory=114224 CPUtime=282.29 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 92658 0 0 0 28116 113 0 0 20 0 1 0 218870618 2185347072 28556 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 533532 28556 717 405 0 530477 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2134128 KiB
Current children cumulated memory: 114224 KiB

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/192 28376
/proc/meminfo: memFree=16875828/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2089888 memory=69984 CPUtime=342.29 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 98366 0 0 0 34102 127 0 0 20 0 1 0 218870618 2140045312 17496 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 522472 17496 717 405 0 519417 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2089888 KiB
Current children cumulated memory: 69984 KiB

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/192 28437
/proc/meminfo: memFree=18168708/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2126144 memory=108284 CPUtime=402.28 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 101711 0 0 0 40084 144 0 0 20 0 1 0 218870618 2177171456 27071 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 531536 27071 717 405 0 528481 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2126144 KiB
Current children cumulated memory: 108284 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/192 28438
/proc/meminfo: memFree=18157592/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2136160 memory=122692 CPUtime=462.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 102533 0 0 0 46070 157 0 0 20 0 1 0 218870618 2187427840 30673 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 534040 30673 717 405 0 530985 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2136160 KiB
Current children cumulated memory: 122692 KiB


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

/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 1722.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28503
/proc/meminfo: memFree=17999220/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2237508 memory=224088 CPUtime=1782.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 283609 0 0 0 177852 375 0 0 20 0 1 0 218870618 2291208192 56022 33554432000 4194304 5849708 140729593163904 140729593162904 5437835 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 1782.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28505
/proc/meminfo: memFree=17987232/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2237508 memory=224088 CPUtime=1842.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 296089 0 0 0 183843 384 0 0 20 0 1 0 218870618 2291208192 56022 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 1842.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/191 28506
/proc/meminfo: memFree=17980144/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2237508 memory=224088 CPUtime=1902.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 298116 0 0 0 189833 394 0 0 20 0 1 0 218870618 2291208192 56022 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 1902.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/191 28507
/proc/meminfo: memFree=18012800/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2237508 memory=224088 CPUtime=1962.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 314938 0 0 0 195825 402 0 0 20 0 1 0 218870618 2291208192 56022 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 1962.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 28508
/proc/meminfo: memFree=17980584/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2237508 memory=224088 CPUtime=2022.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 317507 0 0 0 201817 410 0 0 20 0 1 0 218870618 2291208192 56022 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 2022.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28509
/proc/meminfo: memFree=17980348/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2237508 memory=224088 CPUtime=2082.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 332136 0 0 0 207810 417 0 0 20 0 1 0 218870618 2291208192 56022 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 559377 56022 717 405 0 556322 0
Current children cumulated CPU time: 2082.27 s
Current children cumulated vsize: 2237508 KiB
Current children cumulated memory: 224088 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28518
/proc/meminfo: memFree=18025012/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2142.28 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 334421 0 0 0 213803 425 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2142.28 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28519
/proc/meminfo: memFree=18026876/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2202.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 355572 0 0 0 219795 432 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2202.27 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28520
/proc/meminfo: memFree=18029176/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2262.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 358417 0 0 0 225788 439 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 5335575 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2262.27 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28521
/proc/meminfo: memFree=18029244/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2322.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 374132 0 0 0 231781 446 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 5437592 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2322.27 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 28523
/proc/meminfo: memFree=18029384/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2382.28 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 377522 0 0 0 237776 452 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2382.28 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28525
/proc/meminfo: memFree=18025652/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2442.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 399598 0 0 0 243768 459 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2442.27 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 28526
/proc/meminfo: memFree=18022428/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2262436 memory=249016 CPUtime=2502.27 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 405271 0 0 0 249759 468 0 0 20 0 1 0 218870618 2316734464 62254 33554432000 4194304 5849708 140729593163904 140729593162904 140461015105415 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 565609 62254 717 405 0 562554 0
Current children cumulated CPU time: 2502.27 s
Current children cumulated vsize: 2262436 KiB
Current children cumulated memory: 249016 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 28527
/proc/meminfo: memFree=17957700/32770624 swapFree=67108688/67108860
[pid=28361] ppid=28358 vsize=2327972 memory=314552 CPUtime=2519.98 cores=1,3,5,7
/proc/28361/stat : 28361 (xcsp_picat) R 28358 28361 25480 0 -1 4202496 412694 0 0 0 251527 471 0 0 20 0 1 0 218870618 2383843328 78638 33554432000 4194304 5849708 140729593163904 140729593162904 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 37662720 140729593164982 140729593165060 140729593165060 140729593167818 0
/proc/28361/statm: 581993 78638 717 405 0 578938 0
Current children cumulated CPU time: 2519.98 s
Current children cumulated vsize: 2327972 KiB
Current children cumulated memory: 314552 KiB

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

[startup+2520.02 s]
# the end of solver process 28361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.28 s, system=4.72199 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2520
CPU user time (s): 2515.28
CPU system time (s): 4.72199
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 2327972
Max. memory (cumulated for all children) (KiB): 314552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.28
system time used= 4.72199
maximum resident set size= 314552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412695
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= 21
involuntary context switches= 729


# summary of solver processes directly reported to runsolver:
#   pid: 28361
#   total CPU time (s): 2520
#   total CPU user time (s): 2515.28
#   total CPU system time (s): 4.72199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0789 second user time and 19.1495 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-11 20:44:34
IDJOB=4303268
IDBENCH=141347
IDSOLVER=2778
FILE ID=node134/4303268-1534013074
RUNJOBID= node134-1533991241-25513
PBS_JOBID= 21036944
Free space on /tmp= 42272 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Langford/LangfordBin-13_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303268-1534013074/watcher-4303268-1534013074 -o /tmp/evaluation-result-4303268-1534013074/solver-4303268-1534013074 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25513 --watchdog 2580  xcsp_picat HOME/instance-4303268-1534013074.xml

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

MD5SUM BENCH= af26c9d63c7c51246c3bfb55117cf2b4
RANDOM SEED=548192872

node134.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.68
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.68
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.68
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.68
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:        16947000 kB
MemAvailable:   30521668 kB
Buffers:          172588 kB
Cached:         13549560 kB
SwapCached:           52 kB
Active:          5843880 kB
Inactive:        9313824 kB
Active(anon):    1384708 kB
Inactive(anon):   103156 kB
Active(file):    4459172 kB
Inactive(file):  9210668 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:       1442616 kB
Mapped:            55844 kB
Shmem:             49652 kB
Slab:             361740 kB
SReclaimable:     333288 kB
SUnreclaim:        28452 kB
KernelStack:        3328 kB
PageTables:         7972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2478636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1351680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42308 MiB
End job on node134 at 2018-08-11 21:26:34