Trace number 4303320

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.06 2519.82

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P03_c18.xml
MD5SUMca21bb45cdf77f5b8e0b27a9f8e7d69e
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 variables182
Number of constraints79
Number of domains2
Minimum domain size77
Maximum domain size78
Distribution of domain sizes[{"size":77,"count":77},{"size":78,"count":21}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":84},{"degree":2,"count":77},{"degree":8,"count":14},{"degree":9,"count":7}]
Minimum constraint arity3
Maximum constraint arity77
Distribution of constraint arities[{"arity":3,"count":77},{"arity":21,"count":1},{"arity":77,"count":1}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"allDifferent","count":2}]
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 (6126 MiB free)
  memory of node 1: 16384 MiB (8378 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303320-1534000928/watcher-4303320-1534000928 -o /tmp/evaluation-result-4303320-1534000928/solver-4303320-1534000928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32498 --watchdog 2580 xcsp_picat HOME/instance-4303320-1534000928.xml 

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

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


[startup+0.100787 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14834776/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2028340 memory=21140 CPUtime=0.09 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1931 0 0 0 9 0 0 0 20 0 1 0 217655925 2077020160 5285 33554432000 4194304 5849708 140725813990992 140725813990104 5354350 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 507085 5285 677 405 0 504030 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2028340 KiB
Current children cumulated memory: 21140 KiB

[startup+0.209689 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14832652/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2029972 memory=22892 CPUtime=0.2 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 3136 0 0 0 20 0 0 0 20 0 1 0 217655925 2078691328 5723 33554432000 4194304 5849708 140725813990992 140725813990104 5372916 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 507493 5723 693 405 0 504438 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2029972 KiB
Current children cumulated memory: 22892 KiB

[startup+0.309284 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14831536/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2029972 memory=22892 CPUtime=0.3 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 3784 0 0 0 30 0 0 0 20 0 1 0 217655925 2078691328 5723 33554432000 4194304 5849708 140725813990992 140725813990104 5392579 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 507493 5723 693 405 0 504438 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2029972 KiB
Current children cumulated memory: 22892 KiB

[startup+0.700246 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14831164/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2031432 memory=24356 CPUtime=0.69 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 6082 0 0 0 68 1 0 0 20 0 1 0 217655925 2080186368 6089 33554432000 4194304 5849708 140725813990992 140725813989240 5402148 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 507858 6089 696 405 0 504803 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031432 KiB
Current children cumulated memory: 24356 KiB

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14826224/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2034696 memory=27160 CPUtime=1.49 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 7135 0 0 0 148 1 0 0 20 0 1 0 217655925 2083528704 6790 33554432000 4194304 5849708 140725813990992 140725813989720 4208607 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 508674 6790 707 405 0 505619 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034696 KiB
Current children cumulated memory: 27160 KiB

[startup+3.1091 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14826184/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2034696 memory=27236 CPUtime=3.09 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 7894 0 0 0 308 1 0 0 20 0 1 0 217655925 2083528704 6809 33554432000 4194304 5849708 140725813990992 140725813989720 4212035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 508674 6809 707 405 0 505619 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2034696 KiB
Current children cumulated memory: 27236 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14822140/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2034696 memory=27236 CPUtime=6.29 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 8637 0 0 0 628 1 0 0 20 0 1 0 217655925 2083528704 6809 33554432000 4194304 5849708 140725813990992 140725813989240 4211646 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 508674 6809 707 405 0 505619 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034696 KiB
Current children cumulated memory: 27236 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14822120/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2034696 memory=27236 CPUtime=12.69 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 9397 0 0 0 1268 1 0 0 20 0 1 0 217655925 2083528704 6809 33554432000 4194304 5849708 140725813990992 140725813989240 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 508674 6809 707 405 0 505619 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2034696 KiB
Current children cumulated memory: 27236 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14813668/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2034696 memory=27236 CPUtime=25.49 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 10938 0 0 0 2548 1 0 0 20 0 1 0 217655925 2083528704 6809 33554432000 4194304 5849708 140725813990992 140725813989240 4211581 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 508674 6809 707 405 0 505619 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2034696 KiB
Current children cumulated memory: 27236 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1799
/proc/meminfo: memFree=14784932/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2043632 memory=36696 CPUtime=51.1 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 16342 0 0 0 5097 13 0 0 20 0 1 0 217655925 2092679168 9174 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 510908 9174 711 405 0 507853 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2043632 KiB
Current children cumulated memory: 36696 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 1800
/proc/meminfo: memFree=14754324/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2050552 memory=43616 CPUtime=102.3 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 48767 0 0 0 10169 61 0 0 20 0 1 0 217655925 2099765248 10904 33554432000 4194304 5849708 140725813990992 140725813989864 5356384 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 512638 10904 711 405 0 509583 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2050552 KiB
Current children cumulated memory: 43616 KiB

[startup+162.3 s]
/proc/loadavg: 2.29 2.08 2.07 3/188 1801
/proc/meminfo: memFree=14740256/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2063500 memory=56564 CPUtime=162.31 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 89477 0 0 0 16119 112 0 0 20 0 1 0 217655925 2113024000 14141 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 515875 14141 711 405 0 512820 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 2063500 KiB
Current children cumulated memory: 56564 KiB

[startup+222.3 s]
/proc/loadavg: 2.29 2.14 2.09 3/187 1803
/proc/meminfo: memFree=14737112/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2076552 memory=69576 CPUtime=222.31 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 128582 0 0 0 22070 161 0 0 20 0 1 0 217655925 2126389248 17394 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 519138 17394 711 405 0 516083 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2076552 KiB
Current children cumulated memory: 69576 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 2.11 2.08 3/187 1804
/proc/meminfo: memFree=14726776/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2077640 memory=69924 CPUtime=282.32 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 151639 0 0 0 28026 206 0 0 20 0 1 0 217655925 2127503360 17481 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 519410 17481 711 405 0 516355 0
Current children cumulated CPU time: 282.32 s
Current children cumulated vsize: 2077640 KiB
Current children cumulated memory: 69924 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/187 1805
/proc/meminfo: memFree=14643876/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2108908 memory=101780 CPUtime=342.33 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 178326 0 0 0 33985 248 0 0 20 0 1 0 217655925 2159521792 25445 33554432000 4194304 5849708 140725813990992 140725813989992 5437732 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 527227 25445 711 405 0 524172 0
Current children cumulated CPU time: 342.33 s
Current children cumulated vsize: 2108908 KiB
Current children cumulated memory: 101780 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 1807
/proc/meminfo: memFree=14657532/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2095780 memory=88844 CPUtime=402.34 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 216257 0 0 0 39940 294 0 0 20 0 1 0 217655925 2146078720 22211 33554432000 4194304 5849708 140725813990992 140725813989864 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 523945 22211 711 405 0 520890 0
Current children cumulated CPU time: 402.34 s
Current children cumulated vsize: 2095780 KiB
Current children cumulated memory: 88844 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 1808
/proc/meminfo: memFree=14666688/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2086424 memory=79304 CPUtime=462.34 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 248783 0 0 0 45899 335 0 0 20 0 1 0 217655925 2136498176 19826 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 521606 19826 711 405 0 518551 0
Current children cumulated CPU time: 462.34 s
Current children cumulated vsize: 2086424 KiB
Current children cumulated memory: 79304 KiB


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

/proc/1798/statm: 735024 234640 711 405 0 731969 0
Current children cumulated CPU time: 1722.44 s
Current children cumulated vsize: 2940096 KiB
Current children cumulated memory: 938560 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1851
/proc/meminfo: memFree=13553560/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=3005632 memory=1004096 CPUtime=1782.45 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 714295 0 0 0 177396 849 0 0 20 0 1 0 217655925 3077767168 251024 33554432000 4194304 5849708 140725813990992 140725813989992 5413079 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 751408 251024 711 405 0 748353 0
Current children cumulated CPU time: 1782.45 s
Current children cumulated vsize: 3005632 KiB
Current children cumulated memory: 1004096 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1852
/proc/meminfo: memFree=13553764/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=3005632 memory=1004044 CPUtime=1842.46 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 779812 0 0 0 183376 870 0 0 20 0 1 0 217655925 3077767168 251011 33554432000 4194304 5849708 140725813990992 140725813989992 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 751408 251011 711 405 0 748353 0
Current children cumulated CPU time: 1842.46 s
Current children cumulated vsize: 3005632 KiB
Current children cumulated memory: 1004044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1853
/proc/meminfo: memFree=13554268/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=3005632 memory=1004096 CPUtime=1902.47 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 848544 0 0 0 189365 882 0 0 20 0 1 0 217655925 3077767168 251024 33554432000 4194304 5849708 140725813990992 140725813989992 5335588 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 751408 251024 711 405 0 748353 0
Current children cumulated CPU time: 1902.47 s
Current children cumulated vsize: 3005632 KiB
Current children cumulated memory: 1004096 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1854
/proc/meminfo: memFree=13554208/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=3005632 memory=1004096 CPUtime=1962.47 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 917923 0 0 0 195354 893 0 0 20 0 1 0 217655925 3077767168 251024 33554432000 4194304 5849708 140725813990992 140725813989864 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 751408 251024 711 405 0 748353 0
Current children cumulated CPU time: 1962.47 s
Current children cumulated vsize: 3005632 KiB
Current children cumulated memory: 1004096 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1856
/proc/meminfo: memFree=14052324/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2514520 memory=512948 CPUtime=2022.48 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 999327 0 0 0 201339 909 0 0 20 0 1 0 217655925 2574868480 128237 33554432000 4194304 5849708 140725813990992 140725813989720 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 628630 128237 711 405 0 625575 0
Current children cumulated CPU time: 2022.48 s
Current children cumulated vsize: 2514520 KiB
Current children cumulated memory: 512948 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1857
/proc/meminfo: memFree=14024356/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2536528 memory=534880 CPUtime=2082.48 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1042163 0 0 0 207318 930 0 0 20 0 1 0 217655925 2597404672 133720 33554432000 4194304 5849708 140725813990992 140725813989992 5438297 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 634132 133720 711 405 0 631077 0
Current children cumulated CPU time: 2082.48 s
Current children cumulated vsize: 2536528 KiB
Current children cumulated memory: 534880 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1858
/proc/meminfo: memFree=14023984/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2536528 memory=534992 CPUtime=2142.49 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1060751 0 0 0 213306 943 0 0 20 0 1 0 217655925 2597404672 133748 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 634132 133748 711 405 0 631077 0
Current children cumulated CPU time: 2142.49 s
Current children cumulated vsize: 2536528 KiB
Current children cumulated memory: 534992 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1860
/proc/meminfo: memFree=14024124/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2536528 memory=534992 CPUtime=2202.5 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1086474 0 0 0 219295 955 0 0 20 0 1 0 217655925 2597404672 133748 33554432000 4194304 5849708 140725813990992 140725813989992 5437645 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 634132 133748 711 405 0 631077 0
Current children cumulated CPU time: 2202.5 s
Current children cumulated vsize: 2536528 KiB
Current children cumulated memory: 534992 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1861
/proc/meminfo: memFree=14153412/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2536528 memory=534992 CPUtime=2262.5 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1105146 0 0 0 225280 970 0 0 20 0 1 0 217655925 2597404672 133748 33554432000 4194304 5849708 140725813990992 140725813989992 5398499 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 634132 133748 711 405 0 631077 0
Current children cumulated CPU time: 2262.5 s
Current children cumulated vsize: 2536528 KiB
Current children cumulated memory: 534992 KiB

[startup+2322.3 s]
/proc/loadavg: 2.52 2.14 2.09 3/187 1932
/proc/meminfo: memFree=13829472/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2690612 memory=689076 CPUtime=2322.51 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1147102 0 0 0 231262 989 0 0 20 0 1 0 217655925 2755186688 172269 33554432000 4194304 5849708 140725813990992 140725813989992 140400435990407 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 672653 172269 711 405 0 669598 0
Current children cumulated CPU time: 2322.51 s
Current children cumulated vsize: 2690612 KiB
Current children cumulated memory: 689076 KiB

[startup+2382.3 s]
/proc/loadavg: 2.39 2.19 2.11 3/187 1955
/proc/meminfo: memFree=13678472/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2690612 memory=689076 CPUtime=2382.51 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1164130 0 0 0 237248 1003 0 0 20 0 1 0 217655925 2755186688 172269 33554432000 4194304 5849708 140725813990992 140725813989992 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 672653 172269 711 405 0 669598 0
Current children cumulated CPU time: 2382.51 s
Current children cumulated vsize: 2690612 KiB
Current children cumulated memory: 689076 KiB

[startup+2442.3 s]
/proc/loadavg: 2.14 2.15 2.10 3/187 1956
/proc/meminfo: memFree=13705312/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2690612 memory=689076 CPUtime=2442.53 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1216025 0 0 0 243232 1021 0 0 20 0 1 0 217655925 2755186688 172269 33554432000 4194304 5849708 140725813990992 140725813989992 5339871 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 672653 172269 711 405 0 669598 0
Current children cumulated CPU time: 2442.53 s
Current children cumulated vsize: 2690612 KiB
Current children cumulated memory: 689076 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.12 2.09 3/187 1957
/proc/meminfo: memFree=13701768/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2690612 memory=689076 CPUtime=2502.53 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1234936 0 0 0 249218 1035 0 0 20 0 1 0 217655925 2755186688 172269 33554432000 4194304 5849708 140725813990992 140725813989864 5312861 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 672653 172269 711 405 0 669598 0
Current children cumulated CPU time: 2502.53 s
Current children cumulated vsize: 2690612 KiB
Current children cumulated memory: 689076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.04 2.12 2.09 3/187 1957
/proc/meminfo: memFree=13701728/32770624 swapFree=67108504/67108860
[pid=1798] ppid=1795 vsize=2690612 memory=689076 CPUtime=2520.03 cores=1,3,5,7
/proc/1798/stat : 1798 (xcsp_picat) R 1795 1798 32466 0 -1 4202496 1235528 0 0 0 250964 1039 0 0 20 0 1 0 217655925 2755186688 172269 33554432000 4194304 5849708 140725813990992 140725813989992 5360393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 20328448 140725813998774 140725813998852 140725813998852 140725814001610 0
/proc/1798/statm: 672653 172269 711 405 0 669598 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 2690612 KiB
Current children cumulated memory: 689076 KiB

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

[startup+2519.82 s]
# the end of solver process 1798 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.65 s, system=10.4122 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): 2519.82
CPU time (s): 2520.06
CPU user time (s): 2509.65
CPU system time (s): 10.4122
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 3005632
Max. memory (cumulated for all children) (KiB): 1004096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.65
system time used= 10.4122
maximum resident set size= 1004096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1235528
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= 54
involuntary context switches= 758


# summary of solver processes directly reported to runsolver:
#   pid: 1798
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2509.65
#   total CPU system time (s): 10.4122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6807 second user time and 17.912 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-11 17:22:08
IDJOB=4303320
IDBENCH=141174
IDSOLVER=2778
FILE ID=node104/4303320-1534000928
RUNJOBID= node104-1533991815-32498
PBS_JOBID= 21036946
Free space on /tmp= 37256 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P03_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303320-1534000928/watcher-4303320-1534000928 -o /tmp/evaluation-result-4303320-1534000928/solver-4303320-1534000928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32498 --watchdog 2580  xcsp_picat HOME/instance-4303320-1534000928.xml

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

MD5SUM BENCH= ca21bb45cdf77f5b8e0b27a9f8e7d69e
RANDOM SEED=62607067

node104.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.11
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.11
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.11
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.11
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:        14853364 kB
MemAvailable:   31884760 kB
Buffers:          145492 kB
Cached:         16893908 kB
SwapCached:            8 kB
Active:          8412924 kB
Inactive:        8702844 kB
Active(anon):      25964 kB
Inactive(anon):   102612 kB
Active(file):    8386960 kB
Inactive(file):  8600232 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3316 kB
Writeback:             0 kB
AnonPages:         87112 kB
Mapped:            52996 kB
Shmem:             49636 kB
Slab:             501228 kB
SReclaimable:     472664 kB
SUnreclaim:        28564 kB
KernelStack:        3568 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2400992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37252 MiB
End job on node104 at 2018-08-11 18:04:08