Trace number 4303962

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
Mistral-2.0 2018-08-01SAT 653.891 653.886

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g37_c18.xml
MD5SUM15f6930ab26cfa444fe93224da66a51d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark89.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints113
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":64}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":24},{"degree":5,"count":36}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral 01082018
653.79/653.88	s SATISFIABLE
653.79/653.88	v <instantiation type="solution">
653.79/653.88	v   <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
653.79/653.88	v   <values> 113 101 116 104 21 41 16 32 18 42 22 43 90 2 30 105 79 34 11 96 110 114 57 115 0 88 87 71 67 68 8 69 112 19 55 108 27 31 100 109 26 64 33 75 78 77 98 106 46 15 25 4 84 60 48 95 56 93 50 37 3 49 62 92 </values>
653.79/653.88	v </instantiation>

Verifier Data

OK	

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 (5644 MiB free)
  memory of node 1: 16384 MiB (1431 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303962-1534025159/watcher-4303962-1534025159 -o /tmp/evaluation-result-4303962-1534025159/solver-4303962-1534025159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1533992764-9381 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 75420139 HOME/instance-4303962-1534025159.xml 

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

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

solver pid=13060, runsolver pid=13057

[startup+0.100125 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 13061
/proc/meminfo: memFree=7216780/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=57440 memory=32104 CPUtime=0.1 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 8388 0 0 0 9 1 0 0 20 0 1 0 220079066 58818560 8026 33554432000 4194304 7499544 140736358309776 140736358306776 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14360 8026 732 807 0 7351 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 57440 KiB
Current children cumulated memory: 32104 KiB

[startup+0.210069 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 13061
/proc/meminfo: memFree=7216780/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=57572 memory=32368 CPUtime=0.21 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 8413 0 0 0 20 1 0 0 20 0 1 0 220079066 58953728 8092 33554432000 4194304 7499544 140736358309776 140736358306776 5791081 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14393 8092 732 807 0 7384 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 57572 KiB
Current children cumulated memory: 32368 KiB

[startup+0.309989 s]*
/proc/loadavg: 2.00 2.01 2.05 3/192 13061
/proc/meminfo: memFree=7216780/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=57572 memory=32368 CPUtime=0.31 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 8425 0 0 0 30 1 0 0 20 0 1 0 220079066 58953728 8092 33554432000 4194304 7499544 140736358309776 140736358306776 4541913 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14393 8092 732 807 0 7384 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 57572 KiB
Current children cumulated memory: 32368 KiB

[startup+0.700348 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 13061
/proc/meminfo: memFree=7216036/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=58628 memory=33424 CPUtime=0.69 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 8687 0 0 0 68 1 0 0 20 0 1 0 220079066 60035072 8356 33554432000 4194304 7499544 140736358309776 140736358306776 5790896 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14657 8356 732 807 0 7648 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 58628 KiB
Current children cumulated memory: 33424 KiB

[startup+1.50035 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 13061
/proc/meminfo: memFree=7215112/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=58760 memory=33424 CPUtime=1.49 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 8724 0 0 0 148 1 0 0 20 0 1 0 220079066 60170240 8356 33554432000 4194304 7499544 140736358309776 140736358304312 4579874 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14690 8356 732 807 0 7681 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 58760 KiB
Current children cumulated memory: 33424 KiB

[startup+3.10986 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 13061
/proc/meminfo: memFree=7215244/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=58892 memory=33752 CPUtime=3.1 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 13823 0 0 0 309 1 0 0 20 0 1 0 220079066 60305408 8438 33554432000 4194304 7499544 140736358309776 140736358304312 5791014 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14723 8438 734 807 0 7714 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 58892 KiB
Current children cumulated memory: 33752 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13061
/proc/meminfo: memFree=7214980/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=59024 memory=33760 CPUtime=6.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 18900 0 0 0 628 1 0 0 20 0 1 0 220079066 60440576 8440 33554432000 4194304 7499544 140736358309776 140736358304312 4405237 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 14756 8440 734 807 0 7747 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 59024 KiB
Current children cumulated memory: 33760 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13061
/proc/meminfo: memFree=7215944/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36528 CPUtime=12.69 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 24078 0 0 0 1267 2 0 0 20 0 1 0 220079066 63275008 9132 33554432000 4194304 7499544 140736358309776 140736358304312 4545493 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9132 734 807 0 8439 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36528 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13061
/proc/meminfo: memFree=7213288/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36588 CPUtime=25.49 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 33720 0 0 0 2547 2 0 0 20 0 1 0 220079066 63275008 9147 33554432000 4194304 7499544 140736358309776 140736358304776 4317672 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9147 734 807 0 8439 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36588 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13061
/proc/meminfo: memFree=7213068/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36588 CPUtime=51.09 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 34329 0 0 0 5107 2 0 0 20 0 1 0 220079066 63275008 9147 33554432000 4194304 7499544 140736358309776 140736358304776 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9147 734 807 0 8439 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36588 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13062
/proc/meminfo: memFree=7213120/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36604 CPUtime=102.28 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 34919 0 0 0 10226 2 0 0 20 0 1 0 220079066 63275008 9151 33554432000 4194304 7499544 140736358309776 140736358304776 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9151 734 807 0 8439 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36604 KiB

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/191 13064
/proc/meminfo: memFree=7213428/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36604 CPUtime=162.28 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 35517 0 0 0 16226 2 0 0 20 0 1 0 220079066 63275008 9151 33554432000 4194304 7499544 140736358309776 140736358304776 4545484 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9151 734 807 0 8439 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36604 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/190 13065
/proc/meminfo: memFree=7213852/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36612 CPUtime=222.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 36102 0 0 0 22227 2 0 0 20 0 1 0 220079066 63275008 9153 33554432000 4194304 7499544 140736358309776 140736358304776 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9153 734 807 0 8439 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36612 KiB

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/192 13076
/proc/meminfo: memFree=7213736/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36632 CPUtime=282.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 36708 0 0 0 28227 2 0 0 20 0 1 0 220079066 63275008 9158 33554432000 4194304 7499544 140736358309776 140736358304776 5790920 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9158 734 807 0 8439 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36632 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/192 13077
/proc/meminfo: memFree=7213984/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36636 CPUtime=342.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 37308 0 0 0 34227 2 0 0 20 0 1 0 220079066 63275008 9159 33554432000 4194304 7499544 140736358309776 140736358304776 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9159 734 807 0 8439 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36636 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 13078
/proc/meminfo: memFree=7213884/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36636 CPUtime=402.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 37879 0 0 0 40227 2 0 0 20 0 1 0 220079066 63275008 9159 33554432000 4194304 7499544 140736358309776 140736358304776 5790951 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9159 734 807 0 8439 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36636 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/192 13079
/proc/meminfo: memFree=7213812/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61792 memory=36656 CPUtime=462.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 38495 0 0 0 46227 2 0 0 20 0 1 0 220079066 63275008 9164 33554432000 4194304 7499544 140736358309776 140736358304776 4545493 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15448 9164 734 807 0 8439 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 61792 KiB
Current children cumulated memory: 36656 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 13080
/proc/meminfo: memFree=7213752/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36672 CPUtime=522.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 39078 0 0 0 52227 2 0 0 20 0 1 0 220079066 63410176 9168 33554432000 4194304 7499544 140736358309776 140736358304168 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9168 734 807 0 8472 0
Current children cumulated CPU time: 522.29 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36672 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13081
/proc/meminfo: memFree=7213948/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=582.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 39695 0 0 0 58227 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 582.29 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213840/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=642.29 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 64227 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790971 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 642.29 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+653.886 s]
# the end of solver process 13060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=653.861 s, system=0.03 s

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

[startup+646.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213844/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=646.39 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 64637 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 646.39 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+649.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213848/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=649.59 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 64957 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5837776 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 649.59 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+651.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213848/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=651.19 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 65117 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 651.19 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+652.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213848/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=652.79 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 65277 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790987 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 652.79 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+653.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213852/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=653.59 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 65357 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790960 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 653.59 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

[startup+653.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 13082
/proc/meminfo: memFree=7213852/32770624 swapFree=67108860/67108860
[pid=13060] ppid=13057 vsize=61924 memory=36676 CPUtime=653.79 cores=1,3,5,7
/proc/13060/stat : 13060 (MistralXCSP) R 13057 13060 9349 0 -1 4202496 40289 0 0 0 65377 2 0 0 20 0 1 0 220079066 63410176 9169 33554432000 4194304 7499544 140736358309776 140736358304168 5790974 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0 9598848 9604096 11821056 140736358311023 140736358311171 140736358311171 140736358313929 0
/proc/13060/statm: 15481 9169 734 807 0 8472 0
Current children cumulated CPU time: 653.79 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 36676 KiB

Child status: 0
Real time (s): 653.886
CPU time (s): 653.891
CPU user time (s): 653.861
CPU system time (s): 0.03
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 61924
Max. memory (cumulated for all children) (KiB): 36676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 653.861
system time used= 0.03
maximum resident set size= 36684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 200


# summary of solver processes directly reported to runsolver:
#   pid: 13060
#   total CPU time (s): 653.891
#   total CPU user time (s): 653.861
#   total CPU system time (s): 0.03

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.66154 second user time and 4.96539 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 00:05:59
IDJOB=4303962
IDBENCH=141505
IDSOLVER=2779
FILE ID=node135/4303962-1534025159
RUNJOBID= node135-1533992764-9381
PBS_JOBID= 21036950
Free space on /tmp= 42568 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g37_c18.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303962-1534025159/watcher-4303962-1534025159 -o /tmp/evaluation-result-4303962-1534025159/solver-4303962-1534025159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1533992764-9381 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 75420139 HOME/instance-4303962-1534025159.xml

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

MD5SUM BENCH= 15f6930ab26cfa444fe93224da66a51d
RANDOM SEED=75420139

node135.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.50
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.50
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.50
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.50
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:         7246724 kB
MemAvailable:   31795092 kB
Buffers:          230292 kB
Cached:         24232288 kB
SwapCached:            0 kB
Active:          9424900 kB
Inactive:       15200304 kB
Active(anon):     110776 kB
Inactive(anon):   104756 kB
Active(file):    9314124 kB
Inactive(file): 15095548 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5820 kB
Writeback:             0 kB
AnonPages:        198456 kB
Mapped:            62232 kB
Shmem:             49824 kB
Slab:             595456 kB
SReclaimable:     567156 kB
SUnreclaim:        28300 kB
KernelStack:        3440 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     484748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42564 MiB
End job on node135 at 2018-08-12 00:16:53