Trace number 4295884

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-06-15? (TO) 2519.93 2520.01

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-14_c18.xml
MD5SUM0e107aeb1163eb9d4573d4ca0ed1edf8
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 variables392
Number of constraints366
Number of domains2
Minimum domain size14
Maximum domain size196
Distribution of domain sizes[{"size":14,"count":196},{"size":196,"count":182}]
Minimum variable degree0
Maximum variable degree185
Distribution of variable degrees[{"degree":0,"count":14},{"degree":2,"count":182},{"degree":184,"count":14},{"degree":185,"count":182}]
Minimum constraint arity3
Maximum constraint arity197
Distribution of constraint arities[{"arity":3,"count":182},{"arity":14,"count":1},{"arity":196,"count":1},{"arity":197,"count":182}]
Number of extensional constraints0
Number of intensional constraints182
Distribution of constraint types[{"type":"intension","count":182},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":182}]
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 (9145 MiB free)
  memory of node 1: 16384 MiB (11235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295884-1532582687/watcher-4295884-1532582687 -o /tmp/evaluation-result-4295884-1532582687/solver-4295884-1532582687 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532562373-32761 --watchdog 2580 xcsp_picat HOME/instance-4295884-1532582687.xml 

running on 4 cores: 0,2,4,6

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=2742, runsolver pid=2739

[startup+0.100197 s]*
/proc/loadavg: 2.00 2.02 2.05 3/190 2743
/proc/meminfo: memFree=20849020/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=136184 memory=24988 CPUtime=0.1 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 2307 0 0 0 10 0 0 0 20 0 1 0 75831897 139452416 6247 33554432000 4194304 5849740 140734298718784 140734298718784 140534627852167 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 34046 6247 692 405 0 30990 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 136184 KiB
Current children cumulated memory: 24988 KiB

[startup+0.209885 s]*
/proc/loadavg: 2.00 2.02 2.05 3/190 2743
/proc/meminfo: memFree=20842696/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=142464 memory=31140 CPUtime=0.2 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 3886 0 0 0 20 0 0 0 20 0 1 0 75831897 145883136 7785 33554432000 4194304 5849740 140734298718784 140734298718784 4532419 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 35616 7785 693 405 0 32560 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 142464 KiB
Current children cumulated memory: 31140 KiB

[startup+0.309715 s]*
/proc/loadavg: 2.00 2.02 2.05 3/190 2743
/proc/meminfo: memFree=20836432/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=152704 memory=41404 CPUtime=0.31 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 5425 0 0 0 30 1 0 0 20 0 1 0 75831897 156368896 10351 33554432000 4194304 5849740 140734298718784 140734298718784 4531499 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 38176 10351 694 405 0 35120 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 152704 KiB
Current children cumulated memory: 41404 KiB

[startup+0.700424 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 2743
/proc/meminfo: memFree=20833576/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=151460 memory=39892 CPUtime=0.69 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 6213 0 0 0 68 1 0 0 20 0 1 0 75831897 155095040 9973 33554432000 4194304 5849740 140734298718784 140734298718784 5361377 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 37865 9973 711 405 0 34809 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 151460 KiB
Current children cumulated memory: 39892 KiB

[startup+1.5004 s]
/proc/loadavg: 2.00 2.02 2.05 3/190 2743
/proc/meminfo: memFree=20822976/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=159772 memory=48216 CPUtime=1.49 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 6989 0 0 0 148 1 0 0 20 0 1 0 75831897 163606528 12054 33554432000 4194304 5849740 140734298718784 140734298717432 5309545 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 39943 12054 718 405 0 36887 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 159772 KiB
Current children cumulated memory: 48216 KiB

[startup+3.1095 s]
/proc/loadavg: 1.92 2.00 2.04 3/190 2743
/proc/meminfo: memFree=20816772/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=165804 memory=54420 CPUtime=3.1 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 10433 0 0 0 308 2 0 0 20 0 1 0 75831897 169783296 13605 33554432000 4194304 5849740 140734298718784 140734298716328 4203940 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 41451 13605 722 405 0 38395 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 165804 KiB
Current children cumulated memory: 54420 KiB

[startup+6.30023 s]
/proc/loadavg: 1.92 2.00 2.04 4/192 2745
/proc/meminfo: memFree=20816528/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=165804 memory=54420 CPUtime=6.29 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 13324 0 0 0 627 2 0 0 20 0 1 0 75831897 169783296 13605 33554432000 4194304 5849740 140734298718784 140734298716328 4209353 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 41451 13605 722 405 0 38395 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 165804 KiB
Current children cumulated memory: 54420 KiB

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 2.04 3/192 2745
/proc/meminfo: memFree=20815088/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=165804 memory=54420 CPUtime=12.69 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 16406 0 0 0 1267 2 0 0 20 0 1 0 75831897 169783296 13605 33554432000 4194304 5849740 140734298718784 140734298716328 4211654 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 41451 13605 722 405 0 38395 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 165804 KiB
Current children cumulated memory: 54420 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/192 2746
/proc/meminfo: memFree=20809924/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=162148 memory=51032 CPUtime=25.49 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 26875 0 0 0 2538 11 0 0 20 0 1 0 75831897 166039552 12758 33554432000 4194304 5849740 140734298718784 140734298717784 5395322 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 40537 12758 726 405 0 37481 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 162148 KiB
Current children cumulated memory: 51032 KiB

[startup+51.1098 s]
/proc/loadavg: 1.96 2.00 2.04 4/192 2746
/proc/meminfo: memFree=20804692/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=163420 memory=52204 CPUtime=51.1 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 34777 0 0 0 5090 20 0 0 20 0 1 0 75831897 167342080 13051 33554432000 4194304 5849740 140734298718784 140734298717784 5437467 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 40855 13051 726 405 0 37799 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 163420 KiB
Current children cumulated memory: 52204 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 4/192 2747
/proc/meminfo: memFree=20780564/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=189512 memory=78228 CPUtime=102.29 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 49787 0 0 0 10197 32 0 0 20 0 1 0 75831897 194060288 19557 33554432000 4194304 5849740 140734298718784 140734298717784 5320659 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 47378 19557 726 405 0 44322 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 189512 KiB
Current children cumulated memory: 78228 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/192 2748
/proc/meminfo: memFree=20779372/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=172564 memory=70156 CPUtime=162.28 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 53370 0 0 0 16177 51 0 0 20 0 1 0 75831897 176705536 17539 33554432000 4194304 5849740 140734298718784 140734298717784 5397344 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 43141 17539 726 405 0 40085 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 172564 KiB
Current children cumulated memory: 70156 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.05 3/192 2750
/proc/meminfo: memFree=20749348/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=187956 memory=85676 CPUtime=222.28 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 68275 0 0 0 22157 71 0 0 20 0 1 0 75831897 192466944 21419 33554432000 4194304 5849740 140734298718784 140734298717272 4230876 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 46989 21419 726 405 0 43933 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 187956 KiB
Current children cumulated memory: 85676 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/192 2751
/proc/meminfo: memFree=20713104/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=214332 memory=111924 CPUtime=282.28 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 77344 0 0 0 28131 97 0 0 20 0 1 0 75831897 219475968 27981 33554432000 4194304 5849740 140734298718784 140734298717656 5394927 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 53583 27981 726 405 0 50527 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 214332 KiB
Current children cumulated memory: 111924 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/191 2760
/proc/meminfo: memFree=20744512/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=185196 memory=82916 CPUtime=342.28 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 86648 0 0 0 34106 122 0 0 20 0 1 0 75831897 189640704 20729 33554432000 4194304 5849740 140734298718784 140734298717784 140534627852167 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 46299 20729 726 405 0 43243 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 185196 KiB
Current children cumulated memory: 82916 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/191 2761
/proc/meminfo: memFree=20691716/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=234084 memory=131448 CPUtime=402.28 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 95718 0 0 0 40084 144 0 0 20 0 1 0 75831897 239702016 32862 33554432000 4194304 5849740 140734298718784 140734298717784 5438196 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 58521 32862 726 405 0 55465 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 234084 KiB
Current children cumulated memory: 131448 KiB

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/191 2762
/proc/meminfo: memFree=20707524/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=206080 memory=103592 CPUtime=462.27 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 105376 0 0 0 46062 165 0 0 20 0 1 0 75831897 211025920 25898 33554432000 4194304 5849740 140734298718784 140734298717944 5335568 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 51520 25898 726 405 0 48464 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 206080 KiB
Current children cumulated memory: 103592 KiB


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

/proc/2742/statm: 68771 43141 726 405 0 65715 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 275084 KiB
Current children cumulated memory: 172564 KiB

[startup+1782.3 s]
/proc/loadavg: 2.64 2.28 2.14 4/191 2802
/proc/meminfo: memFree=20623952/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=280204 memory=177776 CPUtime=1782.23 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 264236 0 0 0 177612 611 0 0 20 0 1 0 75831897 286928896 44444 33554432000 4194304 5849740 140734298718784 140734298717784 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 70051 44444 726 405 0 66995 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 280204 KiB
Current children cumulated memory: 177776 KiB

[startup+1842.3 s]
/proc/loadavg: 2.27 2.24 2.14 3/191 2805
/proc/meminfo: memFree=20626528/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=280204 memory=177796 CPUtime=1842.24 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 265525 0 0 0 183595 629 0 0 20 0 1 0 75831897 286928896 44449 33554432000 4194304 5849740 140734298718784 140734298717784 5335579 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 70051 44449 726 405 0 66995 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 280204 KiB
Current children cumulated memory: 177796 KiB

[startup+1902.3 s]
/proc/loadavg: 2.14 2.21 2.13 3/191 2806
/proc/meminfo: memFree=20590176/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=309624 memory=207044 CPUtime=1902.24 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 268619 0 0 0 189575 649 0 0 20 0 1 0 75831897 317054976 51761 33554432000 4194304 5849740 140734298718784 140734298717656 140534627852167 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 77406 51761 726 405 0 74350 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 309624 KiB
Current children cumulated memory: 207044 KiB

[startup+1962.3 s]
/proc/loadavg: 2.05 2.17 2.13 3/191 2807
/proc/meminfo: memFree=20591808/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=295908 memory=193500 CPUtime=1962.23 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 272222 0 0 0 195556 667 0 0 20 0 1 0 75831897 303009792 48375 33554432000 4194304 5849740 140734298718784 140734298717784 5438373 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 73977 48375 726 405 0 70921 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 295908 KiB
Current children cumulated memory: 193500 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.14 2.12 3/191 2809
/proc/meminfo: memFree=20576416/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=264844 memory=162564 CPUtime=2022.23 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 275970 0 0 0 201537 686 0 0 20 0 1 0 75831897 271200256 40641 33554432000 4194304 5849740 140734298718784 140734298717784 5437654 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 66211 40641 726 405 0 63155 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 264844 KiB
Current children cumulated memory: 162564 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.13 2.12 3/191 2810
/proc/meminfo: memFree=20599868/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=299860 memory=197404 CPUtime=2082.22 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 282485 0 0 0 207515 707 0 0 20 0 1 0 75831897 307056640 49351 33554432000 4194304 5849740 140734298718784 140734298717784 5385077 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 74965 49351 726 405 0 71909 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 299860 KiB
Current children cumulated memory: 197404 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.11 2.12 3/191 2819
/proc/meminfo: memFree=20605704/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=286832 memory=184424 CPUtime=2142.23 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 294671 0 0 0 213494 729 0 0 20 0 1 0 75831897 293715968 46106 33554432000 4194304 5849740 140734298718784 140734298717784 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 71708 46106 726 405 0 68652 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 286832 KiB
Current children cumulated memory: 184424 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.09 2.11 4/192 2843
/proc/meminfo: memFree=20522296/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=351780 memory=249308 CPUtime=2202.23 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 302120 0 0 0 219477 746 0 0 20 0 1 0 75831897 360222720 62327 33554432000 4194304 5849740 140734298718784 140734298717784 140534627852167 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 87945 62327 726 405 0 84889 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 351780 KiB
Current children cumulated memory: 249308 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.07 2.10 4/192 2844
/proc/meminfo: memFree=20526556/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=326320 memory=223912 CPUtime=2262.22 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 309205 0 0 0 225458 764 0 0 20 0 1 0 75831897 334151680 55978 33554432000 4194304 5849740 140734298718784 140734298717784 5438248 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 81580 55978 726 405 0 78524 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 326320 KiB
Current children cumulated memory: 223912 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.06 2.10 3/192 2845
/proc/meminfo: memFree=20542372/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=329392 memory=226768 CPUtime=2322.21 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 320520 0 0 0 231437 784 0 0 20 0 1 0 75831897 337297408 56692 33554432000 4194304 5849740 140734298718784 140734298717784 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 82348 56692 726 405 0 79292 0
Current children cumulated CPU time: 2322.21 s
Current children cumulated vsize: 329392 KiB
Current children cumulated memory: 226768 KiB

[startup+2382.3 s]
/proc/loadavg: 2.08 2.06 2.10 3/192 2846
/proc/meminfo: memFree=20488376/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=404388 memory=301796 CPUtime=2382.2 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 326843 0 0 0 237420 800 0 0 20 0 1 0 75831897 414093312 75449 33554432000 4194304 5849740 140734298718784 140734298717784 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 101097 75449 726 405 0 98041 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 404388 KiB
Current children cumulated memory: 301796 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.05 2.09 3/191 2847
/proc/meminfo: memFree=20353516/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=544444 memory=442036 CPUtime=2442.2 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 336475 0 0 0 243406 814 0 0 20 0 1 0 75831897 557510656 110509 33554432000 4194304 5849740 140734298718784 140734298717784 140534627852167 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 136111 110509 726 405 0 133055 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 544444 KiB
Current children cumulated memory: 442036 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.09 3/190 2909
/proc/meminfo: memFree=20665208/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=332700 memory=230420 CPUtime=2502.2 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 342156 0 0 0 249392 828 0 0 20 0 1 0 75831897 340684800 57605 33554432000 4194304 5849740 140734298718784 140734298717784 5437560 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 83175 57605 726 405 0 80119 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 332700 KiB
Current children cumulated memory: 230420 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.04 2.08 3/190 2909
/proc/meminfo: memFree=20640984/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=355180 memory=252816 CPUtime=2519.92 cores=0,2,4,6
/proc/2742/stat : 2742 (xcsp_picat) R 2739 2742 32730 0 -1 4202496 345378 0 0 0 251159 833 0 0 20 0 1 0 75831897 363704320 63204 33554432000 4194304 5849740 140734298718784 140734298717656 4211607 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 36696064 140734298723510 140734298723588 140734298723588 140734298726346 0
/proc/2742/statm: 88795 63204 726 405 0 85739 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 355180 KiB
Current children cumulated memory: 252816 KiB

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

[startup+2520.01 s]
# the end of solver process 2742 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.59 s, system=8.33383 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.01
CPU time (s): 2519.93
CPU user time (s): 2511.59
CPU system time (s): 8.33383
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 544444
Max. memory (cumulated for all children) (KiB): 442036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.59
system time used= 8.33384
maximum resident set size= 442036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345378
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= 57
involuntary context switches= 974


# summary of solver processes directly reported to runsolver:
#   pid: 2742
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2511.59
#   total CPU system time (s): 8.33383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.79397 second user time and 18.5274 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-26 07:24:47
IDJOB=4295884
IDBENCH=141612
IDSOLVER=2754
FILE ID=node134/4295884-1532582687
RUNJOBID= node134-1532562373-32761
PBS_JOBID= 21021958
Free space on /tmp= 55560 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-14_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295884-1532582687/watcher-4295884-1532582687 -o /tmp/evaluation-result-4295884-1532582687/solver-4295884-1532582687 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532562373-32761 --watchdog 2580  xcsp_picat HOME/instance-4295884-1532582687.xml

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

MD5SUM BENCH= 0e107aeb1163eb9d4573d4ca0ed1edf8
RANDOM SEED=117993659

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:        20870996 kB
MemAvailable:   31920924 kB
Buffers:          220088 kB
Cached:         11090204 kB
SwapCached:            0 kB
Active:          2149736 kB
Inactive:        9253584 kB
Active(anon):      44240 kB
Inactive(anon):    76428 kB
Active(file):    2105496 kB
Inactive(file):  9177156 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3320 kB
Writeback:             0 kB
AnonPages:        100248 kB
Mapped:            42748 kB
Shmem:             25248 kB
Slab:             194180 kB
SReclaimable:     166220 kB
SUnreclaim:        27960 kB
KernelStack:        3392 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     493684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 55556 MiB
End job on node134 at 2018-07-26 08:06:47