Trace number 4303259

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) 2519.77 2520.03

General information on the benchmark

NameColouredQueens/
ColouredQueens-15_c18.xml
MD5SUM531220ca8f264cab5c203edb1f2daff4
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 variables225
Number of constraints84
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":225}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":221}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":32}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":84}]
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 (4131 MiB free)
  memory of node 1: 16384 MiB (4753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303259-1533989978/watcher-4303259-1533989978 -o /tmp/evaluation-result-4303259-1533989978/solver-4303259-1533989978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12842 --watchdog 2580 xcsp_picat HOME/instance-4303259-1533989978.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12869, runsolver pid=12865

[startup+0.100192 s]*
/proc/loadavg: 1.00 1.08 1.46 3/186 12873
/proc/meminfo: memFree=9085052/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2028532 memory=16056 CPUtime=0.09 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 2264 0 0 0 9 0 0 0 20 0 1 0 216560764 2077216768 4014 33554432000 4194304 5849708 140726244308848 140726244307960 5369491 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 507133 4014 638 405 0 504078 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2028532 KiB
Current children cumulated memory: 16056 KiB

[startup+0.209773 s]*
/proc/loadavg: 1.00 1.08 1.46 2/183 12881
/proc/meminfo: memFree=9084252/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2030584 memory=18072 CPUtime=0.19 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 2793 0 0 0 19 0 0 0 20 0 1 0 216560764 2079318016 4518 33554432000 4194304 5849708 140726244308848 140726244307960 5336552 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 507646 4518 649 405 0 504591 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2030584 KiB
Current children cumulated memory: 18072 KiB

[startup+0.30919 s]*
/proc/loadavg: 1.00 1.08 1.46 2/183 12881
/proc/meminfo: memFree=9082492/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2031464 memory=17900 CPUtime=0.29 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 3293 0 0 0 29 0 0 0 20 0 1 0 216560764 2080219136 4475 33554432000 4194304 5849708 140726244308848 140726244307960 5416424 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 507866 4475 650 405 0 504811 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2031464 KiB
Current children cumulated memory: 17900 KiB

[startup+0.700268 s]
/proc/loadavg: 1.08 1.10 1.46 2/183 12881
/proc/meminfo: memFree=9082492/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2031464 memory=17900 CPUtime=0.68 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 3304 0 0 0 67 1 0 0 20 0 1 0 216560764 2080219136 4475 33554432000 4194304 5849708 140726244308848 140726244307560 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 507866 4475 650 405 0 504811 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2031464 KiB
Current children cumulated memory: 17900 KiB

[startup+1.50028 s]
/proc/loadavg: 1.08 1.10 1.46 2/183 12881
/proc/meminfo: memFree=9081376/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2031920 memory=19484 CPUtime=1.48 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 3699 0 0 0 146 2 0 0 20 0 1 0 216560764 2080686080 4871 33554432000 4194304 5849708 140726244308848 140726244307560 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 507980 4871 661 405 0 504925 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031920 KiB
Current children cumulated memory: 19484 KiB

[startup+3.10951 s]
/proc/loadavg: 1.08 1.10 1.46 2/183 12881
/proc/meminfo: memFree=9074832/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2037452 memory=24976 CPUtime=3.09 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 7005 0 0 0 305 4 0 0 20 0 1 0 216560764 2086350848 6244 33554432000 4194304 5849708 140726244308848 140726244307720 5398310 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 509363 6244 661 405 0 506308 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2037452 KiB
Current children cumulated memory: 24976 KiB

[startup+6.30031 s]
/proc/loadavg: 1.16 1.11 1.47 2/184 12908
/proc/meminfo: memFree=9068160/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2041456 memory=28420 CPUtime=6.27 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 11406 0 0 0 618 9 0 0 20 0 1 0 216560764 2090450944 7105 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 510364 7105 661 405 0 507309 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2041456 KiB
Current children cumulated memory: 28420 KiB

[startup+12.7004 s]
/proc/loadavg: 1.22 1.13 1.47 3/188 12995
/proc/meminfo: memFree=9042260/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2048128 memory=35884 CPUtime=12.67 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 22135 0 0 0 1250 17 0 0 20 0 1 0 216560764 2097283072 8971 33554432000 4194304 5849708 140726244308848 140726244307336 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 512032 8971 661 405 0 508977 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 2048128 KiB
Current children cumulated memory: 35884 KiB

[startup+25.5003 s]
/proc/loadavg: 1.34 1.16 1.47 3/189 13003
/proc/meminfo: memFree=9032532/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2046560 memory=34276 CPUtime=25.48 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 42831 0 0 0 2514 34 0 0 20 0 1 0 216560764 2095677440 8569 33554432000 4194304 5849708 140726244308848 140726244307848 5394480 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 511640 8569 661 405 0 508585 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2046560 KiB
Current children cumulated memory: 34276 KiB

[startup+51.1096 s]
/proc/loadavg: 1.60 1.24 1.49 3/189 13003
/proc/meminfo: memFree=9011248/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2061208 memory=48684 CPUtime=51.08 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 89828 0 0 0 5045 63 0 0 20 0 1 0 216560764 2110676992 12171 33554432000 4194304 5849708 140726244308848 140726244307848 5437925 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 515302 12171 661 405 0 512247 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2061208 KiB
Current children cumulated memory: 48684 KiB

[startup+102.3 s]
/proc/loadavg: 1.83 1.35 1.52 3/189 13004
/proc/meminfo: memFree=8994948/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2065396 memory=57468 CPUtime=102.26 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 155121 0 0 0 10112 114 0 0 20 0 1 0 216560764 2114965504 14367 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 516349 14367 661 405 0 513294 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2065396 KiB
Current children cumulated memory: 57468 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 1.47 1.55 3/189 13005
/proc/meminfo: memFree=8945224/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2085456 memory=76684 CPUtime=162.25 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 222799 0 0 0 16060 165 0 0 20 0 1 0 216560764 2135506944 19171 33554432000 4194304 5849708 140726244308848 140726244307112 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 521364 19171 661 405 0 518309 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 2085456 KiB
Current children cumulated memory: 76684 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.57 1.58 3/189 13006
/proc/meminfo: memFree=8951656/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2084240 memory=76140 CPUtime=222.25 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 282523 0 0 0 22015 210 0 0 20 0 1 0 216560764 2134261760 19035 33554432000 4194304 5849708 140726244308848 140726244307720 5413092 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 521060 19035 661 405 0 518005 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2084240 KiB
Current children cumulated memory: 76140 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.65 1.60 3/189 13007
/proc/meminfo: memFree=8919312/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2081588 memory=73488 CPUtime=282.24 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 361766 0 0 0 27962 262 0 0 20 0 1 0 216560764 2131546112 18372 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 520397 18372 661 405 0 517342 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 2081588 KiB
Current children cumulated memory: 73488 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.71 1.63 3/187 13009
/proc/meminfo: memFree=8926476/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2066436 memory=58540 CPUtime=342.24 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 436913 0 0 0 33913 311 0 0 20 0 1 0 216560764 2116030464 14635 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 516609 14635 661 405 0 513554 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2066436 KiB
Current children cumulated memory: 58540 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.76 1.65 3/187 13010
/proc/meminfo: memFree=8776412/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2220960 memory=208420 CPUtime=402.23 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 477749 0 0 0 39869 354 0 0 20 0 1 0 216560764 2274263040 52105 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 555240 52105 661 405 0 552185 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2220960 KiB
Current children cumulated memory: 208420 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.81 1.67 3/187 13011
/proc/meminfo: memFree=8784612/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2192352 memory=184460 CPUtime=462.23 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 518852 0 0 0 45842 381 0 0 20 0 1 0 216560764 2244968448 46115 33554432000 4194304 5849708 140726244308848 140726244307336 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 548088 46115 661 405 0 545033 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2192352 KiB
Current children cumulated memory: 184460 KiB

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

/proc/12869/statm: 644699 142725 661 405 0 641644 0
Current children cumulated CPU time: 1722.11 s
Current children cumulated vsize: 2578796 KiB
Current children cumulated memory: 570900 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/187 13049
/proc/meminfo: memFree=8101444/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2744000 memory=736104 CPUtime=1782.1 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1373085 0 0 0 177426 784 0 0 20 0 1 0 216560764 2809856000 184026 33554432000 4194304 5849708 140726244308848 140726244308008 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 686000 184026 661 405 0 682945 0
Current children cumulated CPU time: 1782.1 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736104 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/188 13058
/proc/meminfo: memFree=8099624/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2744000 memory=736104 CPUtime=1842.09 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1429786 0 0 0 183415 794 0 0 20 0 1 0 216560764 2809856000 184026 33554432000 4194304 5849708 140726244308848 140726244308008 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 686000 184026 661 405 0 682945 0
Current children cumulated CPU time: 1842.09 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736104 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13059
/proc/meminfo: memFree=8067904/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2744000 memory=736104 CPUtime=1902.1 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1516634 0 0 0 189404 806 0 0 20 0 1 0 216560764 2809856000 184026 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 686000 184026 661 405 0 682945 0
Current children cumulated CPU time: 1902.1 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736104 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13060
/proc/meminfo: memFree=8001484/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2809536 memory=801640 CPUtime=1962.09 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1565770 0 0 0 195389 820 0 0 20 0 1 0 216560764 2876964864 200410 33554432000 4194304 5849708 140726244308848 140726244307848 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 702384 200410 661 405 0 699329 0
Current children cumulated CPU time: 1962.09 s
Current children cumulated vsize: 2809536 KiB
Current children cumulated memory: 801640 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13061
/proc/meminfo: memFree=8065948/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2744000 memory=736104 CPUtime=2022.08 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1637776 0 0 0 201374 834 0 0 20 0 1 0 216560764 2809856000 184026 33554432000 4194304 5849708 140726244308848 140726244308008 5437824 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 686000 184026 661 405 0 682945 0
Current children cumulated CPU time: 2022.08 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736104 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13062
/proc/meminfo: memFree=8066684/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2744000 memory=736104 CPUtime=2082.08 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1699304 0 0 0 207357 851 0 0 20 0 1 0 216560764 2809856000 184026 33554432000 4194304 5849708 140726244308848 140726244307848 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 686000 184026 661 405 0 682945 0
Current children cumulated CPU time: 2082.08 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736104 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/186 13064
/proc/meminfo: memFree=7937828/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2776996 memory=769100 CPUtime=2142.07 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1793462 0 0 0 213334 873 0 0 20 0 1 0 216560764 2843643904 192275 33554432000 4194304 5849708 140726244308848 140726244307848 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 694249 192275 661 405 0 691194 0
Current children cumulated CPU time: 2142.07 s
Current children cumulated vsize: 2776996 KiB
Current children cumulated memory: 769100 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13066
/proc/meminfo: memFree=8033772/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2776996 memory=769100 CPUtime=2202.07 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1862390 0 0 0 219309 898 0 0 20 0 1 0 216560764 2843643904 192275 33554432000 4194304 5849708 140726244308848 140726244307848 5438273 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 694249 192275 661 405 0 691194 0
Current children cumulated CPU time: 2202.07 s
Current children cumulated vsize: 2776996 KiB
Current children cumulated memory: 769100 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13067
/proc/meminfo: memFree=7936280/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2842532 memory=834636 CPUtime=2262.06 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1917522 0 0 0 225290 916 0 0 20 0 1 0 216560764 2910752768 208659 33554432000 4194304 5849708 140726244308848 140726244307720 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 710633 208659 661 405 0 707578 0
Current children cumulated CPU time: 2262.06 s
Current children cumulated vsize: 2842532 KiB
Current children cumulated memory: 834636 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13069
/proc/meminfo: memFree=8418136/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2392664 memory=384896 CPUtime=2322.05 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 1991113 0 0 0 231254 951 0 0 20 0 1 0 216560764 2450087936 96224 33554432000 4194304 5849708 140726244308848 140726244307720 5438273 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 598166 96224 661 405 0 595111 0
Current children cumulated CPU time: 2322.05 s
Current children cumulated vsize: 2392664 KiB
Current children cumulated memory: 384896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13070
/proc/meminfo: memFree=8349868/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2396312 memory=388544 CPUtime=2382.04 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 2057834 0 0 0 237223 981 0 0 20 0 1 0 216560764 2453823488 97136 33554432000 4194304 5849708 140726244308848 140726244307848 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 599078 97136 661 405 0 596023 0
Current children cumulated CPU time: 2382.04 s
Current children cumulated vsize: 2396312 KiB
Current children cumulated memory: 388544 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13079
/proc/meminfo: memFree=8288048/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2490608 memory=482840 CPUtime=2442.04 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 2090750 0 0 0 243207 997 0 0 20 0 1 0 216560764 2550382592 120710 33554432000 4194304 5849708 140726244308848 140726244307848 5312612 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 622652 120710 661 405 0 619597 0
Current children cumulated CPU time: 2442.04 s
Current children cumulated vsize: 2490608 KiB
Current children cumulated memory: 482840 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13102
/proc/meminfo: memFree=8318468/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2490608 memory=482840 CPUtime=2502.04 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 2116138 0 0 0 249198 1006 0 0 20 0 1 0 216560764 2550382592 120710 33554432000 4194304 5849708 140726244308848 140726244307848 139752031756167 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 622652 120710 661 405 0 619597 0
Current children cumulated CPU time: 2502.04 s
Current children cumulated vsize: 2490608 KiB
Current children cumulated memory: 482840 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 3/188 13102
/proc/meminfo: memFree=8286616/32770624 swapFree=67108688/67108860
[pid=12869] ppid=12865 vsize=2490608 memory=482840 CPUtime=2519.74 cores=1,3,5,7
/proc/12869/stat : 12869 (xcsp_picat) R 12865 12869 12810 0 -1 4202496 2116143 0 0 0 250966 1008 0 0 20 0 1 0 216560764 2550382592 120710 33554432000 4194304 5849708 140726244308848 140726244307720 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 1 0 0 7949816 9394900 30527488 140726244312246 140726244312324 140726244312324 140726244315082 0
/proc/12869/statm: 622652 120710 661 405 0 619597 0
Current children cumulated CPU time: 2519.74 s
Current children cumulated vsize: 2490608 KiB
Current children cumulated memory: 482840 KiB

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

[startup+2520.03 s]
# the end of solver process 12869 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.67 s, system=10.096 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.03
CPU time (s): 2519.77
CPU user time (s): 2509.67
CPU system time (s): 10.096
CPU usage (%): 99.9897
Max. virtual memory (cumulated for all children) (KiB): 3075548
Max. memory (cumulated for all children) (KiB): 1067652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.67
system time used= 10.096
maximum resident set size= 1067652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2116143
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= 6
involuntary context switches= 1222


# summary of solver processes directly reported to runsolver:
#   pid: 12869
#   total CPU time (s): 2519.77
#   total CPU user time (s): 2509.67
#   total CPU system time (s): 10.096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.98604 second user time and 19.8598 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-11 14:19:39
IDJOB=4303259
IDBENCH=141016
IDSOLVER=2778
FILE ID=node106/4303259-1533989978
RUNJOBID= node106-1533989978-12842
PBS_JOBID= 21036938
Free space on /tmp= 39660 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-15_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303259-1533989978/watcher-4303259-1533989978 -o /tmp/evaluation-result-4303259-1533989978/solver-4303259-1533989978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12842 --watchdog 2580  xcsp_picat HOME/instance-4303259-1533989978.xml

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

MD5SUM BENCH= 531220ca8f264cab5c203edb1f2daff4
RANDOM SEED=711499687

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:         9105064 kB
MemAvailable:   31901924 kB
Buffers:          174496 kB
Cached:         22641104 kB
SwapCached:            0 kB
Active:          9867792 kB
Inactive:       13003600 kB
Active(anon):       2864 kB
Inactive(anon):   105352 kB
Active(file):    9864928 kB
Inactive(file): 12898248 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              6232 kB
Writeback:             8 kB
AnonPages:         62956 kB
Mapped:            52880 kB
Shmem:             49632 kB
Slab:             489164 kB
SReclaimable:     462144 kB
SUnreclaim:        27020 kB
KernelStack:        3152 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-11 15:01:39