Trace number 4261356

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 2017-07-28SAT 672.30499 672.42603

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-10-ext06.xml
MD5SUMfdf6f730d724673eeb55be8d6417f725
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 benchmark19.8256
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints22
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":98},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":6,"count":20},{"arity":100,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c 280717
672.17/672.39	s SATISFIABLE
672.17/672.39	v <instantiation type="solution">
672.17/672.39	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
672.17/672.39	v   <values> 0 12 33 41 60 72 51 70 91 83 95 87 99 78 59 67 79 98 86 74 93 81 62 54 73 65 57 38 46 34 26 18 6 25 4 16 24 43 31 10 22 30 42 50 71 90 82 94 75 96 88 69 77 89 97 85 66 58 39 47 35 14 2 23 15 3 11 32 20 1 13 5 17 9 28 7 19 27 8 29 37 49 68 76 55 63 84 92 80 61 53 45 64 56 48 36 44 52 40 21 </values>
672.17/672.39	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261356-1502384290/watcher-4261356-1502384290 -o /tmp/evaluation-result-4261356-1502384290/solver-4261356-1502384290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502333491-25568 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 459506899 HOME/instance-4261356-1502384290.xml 

pid=32271
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.01 2.04 2/184 32274
/proc/meminfo: memFree=30586744/32770624 swapFree=0/432616
[pid=32274] ppid=32271 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32274/stat : 32274 (runsolver) D 32271 32274 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 138081910 24240128 107 18446744073709551615 4194304 4338465 140736698942560 140736698940200 139826557010647 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 34041856 140736698945675 140736698946121 140736698946121 140736698949578 0
/proc/32274/statm: 5918 107 54 36 0 2156 0

[startup+0.100117 s]
/proc/loadavg: 1.97 2.01 2.04 2/184 32274
/proc/meminfo: memFree=30586744/32770624 swapFree=0/432616
[pid=32274] ppid=32271 vsize=28796 CPUtime=0 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 138081910 29487104 802 18446744073709551615 4194304 7396336 140724834902192 140724834899192 140692815059941 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 7199 802 616 782 0 215 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28796

[startup+0.20026 s]
/proc/loadavg: 1.97 2.01 2.04 2/184 32274
/proc/meminfo: memFree=30586744/32770624 swapFree=0/432616
[pid=32274] ppid=32271 vsize=29756 CPUtime=0.1 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1262 0 0 0 10 0 0 0 20 0 1 0 138081910 30470144 1009 18446744073709551615 4194304 7396336 140724834902192 140724834899192 5955129 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 7439 1009 634 782 0 455 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29756

[startup+0.300253 s]
/proc/loadavg: 1.97 2.01 2.04 2/184 32274
/proc/meminfo: memFree=30586744/32770624 swapFree=0/432616
[pid=32274] ppid=32271 vsize=30668 CPUtime=0.2 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1577 0 0 0 20 0 0 0 20 0 1 0 138081910 31404032 1253 18446744073709551615 4194304 7396336 140724834902192 140724834899192 140692815059941 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 7667 1253 634 782 0 683 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 30668

[startup+0.700262 s]
/proc/loadavg: 1.97 2.01 2.04 2/184 32274
/proc/meminfo: memFree=30586744/32770624 swapFree=0/432616
[pid=32274] ppid=32271 vsize=34820 CPUtime=0.59 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 2666 0 0 0 59 0 0 0 20 0 1 0 138081910 35655680 2278 18446744073709551615 4194304 7396336 140724834902192 140724834895432 140692815059941 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 8705 2278 634 782 0 1721 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 34820

[startup+1.50022 s]
/proc/loadavg: 1.97 2.01 2.04 3/185 32275
/proc/meminfo: memFree=30576952/32770624 swapFree=0/432716
[pid=32274] ppid=32271 vsize=41720 CPUtime=1.39 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 3927 0 0 0 138 1 0 0 20 0 1 0 138081910 42721280 3765 18446744073709551615 4194304 7396336 140724834902192 140724834895432 140692815059941 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 10430 3765 634 782 0 3446 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 41720

[startup+3.10022 s]
/proc/loadavg: 1.89 2.00 2.03 3/185 32275
/proc/meminfo: memFree=30567152/32770624 swapFree=0/432716
[pid=32274] ppid=32271 vsize=55652 CPUtime=3 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 6391 0 0 0 298 2 0 0 20 0 1 0 138081910 56987648 7248 18446744073709551615 4194304 7396336 140724834902192 140724834895432 5876370 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 13913 7248 634 782 0 6929 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 55652

[startup+6.30032 s]
/proc/loadavg: 1.89 2.00 2.03 3/185 32275
/proc/meminfo: memFree=29203952/32770624 swapFree=0/432720
[pid=32274] ppid=32271 vsize=1439024 CPUtime=6.2 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 365400 0 0 0 575 45 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1439024

[startup+12.7003 s]
/proc/loadavg: 1.83 1.98 2.03 3/185 32275
/proc/meminfo: memFree=29172448/32770624 swapFree=0/432720
[pid=32274] ppid=32271 vsize=1439024 CPUtime=12.59 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 427375 0 0 0 1212 47 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792120 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1439024

[startup+25.5004 s]
/proc/loadavg: 1.94 2.00 2.03 3/184 32275
/proc/meminfo: memFree=29172464/32770624 swapFree=0/432716
[pid=32274] ppid=32271 vsize=1439024 CPUtime=25.4 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 488133 0 0 0 2489 51 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792248 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1439024

[startup+51.1004 s]
/proc/loadavg: 1.96 2.00 2.03 3/184 32276
/proc/meminfo: memFree=29171976/32770624 swapFree=0/432716
[pid=32274] ppid=32271 vsize=1439024 CPUtime=50.99 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 579976 0 0 0 5043 56 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1439024

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.03 3/184 32277
/proc/meminfo: memFree=29171444/32770624 swapFree=0/432724
[pid=32274] ppid=32271 vsize=1439024 CPUtime=102.2 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 717655 0 0 0 10157 63 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 1439024

[startup+162.3 s]
/proc/loadavg: 1.94 1.98 2.03 3/184 32279
/proc/meminfo: memFree=29170160/32770624 swapFree=0/432736
[pid=32274] ppid=32271 vsize=1439024 CPUtime=162.19 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 830616 0 0 0 16152 67 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1439024

[startup+222.306 s]
/proc/loadavg: 1.93 1.97 2.02 3/184 32342
/proc/meminfo: memFree=29614928/32770624 swapFree=0/432760
[pid=32274] ppid=32271 vsize=1439024 CPUtime=222.19 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 943512 0 0 0 22146 73 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 4253008 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1439024

[startup+282.3 s]
/proc/loadavg: 1.97 1.98 2.02 3/185 32345
/proc/meminfo: memFree=29614460/32770624 swapFree=0/432756
[pid=32274] ppid=32271 vsize=1439024 CPUtime=282.19 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1012691 0 0 0 28142 77 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792262 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1439024

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 2.02 3/185 32347
/proc/meminfo: memFree=29614208/32770624 swapFree=0/432780
[pid=32274] ppid=32271 vsize=1439024 CPUtime=342.18 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1148202 0 0 0 34135 83 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1439024

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/189 32364
/proc/meminfo: memFree=29609108/32770624 swapFree=0/432808
[pid=32274] ppid=32271 vsize=1439024 CPUtime=402.17 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1250568 0 0 0 40129 88 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792027 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1439024

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/189 32366
/proc/meminfo: memFree=29608820/32770624 swapFree=0/432812
[pid=32274] ppid=32271 vsize=1439024 CPUtime=462.17 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1339043 0 0 0 46124 93 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 4253040 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1439024

[startup+522.3 s]
/proc/loadavg: 2.06 2.00 2.03 3/186 32368
/proc/meminfo: memFree=29611236/32770624 swapFree=0/432828
[pid=32274] ppid=32271 vsize=1439024 CPUtime=522.17 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1405504 0 0 0 52120 97 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 4252992 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1439024

[startup+582.3 s]
/proc/loadavg: 1.97 1.99 2.02 3/185 32370
/proc/meminfo: memFree=29611116/32770624 swapFree=0/432844
[pid=32274] ppid=32271 vsize=1439024 CPUtime=582.17 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1447506 0 0 0 58118 99 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 4252992 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1439024

[startup+642.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32372
/proc/meminfo: memFree=29611588/32770624 swapFree=0/432848
[pid=32274] ppid=32271 vsize=1439024 CPUtime=642.17 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1491703 0 0 0 64116 101 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 4253040 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 1439024

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32274 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+652.8 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32373
/proc/meminfo: memFree=29611448/32770624 swapFree=0/432844
[pid=32274] ppid=32271 vsize=1439024 CPUtime=652.67 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1514075 0 0 0 65165 102 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 652.67
Current children cumulated vsize (KiB) 1439024

[startup+665.606 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32373
/proc/meminfo: memFree=29611004/32770624 swapFree=0/432832
[pid=32274] ppid=32271 vsize=1439024 CPUtime=665.47 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1531718 0 0 0 66444 103 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 665.47
Current children cumulated vsize (KiB) 1439024

[startup+668.8 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32373
/proc/meminfo: memFree=29611292/32770624 swapFree=0/432832
[pid=32274] ppid=32271 vsize=1439024 CPUtime=668.67 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1531906 0 0 0 66764 103 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 4252992 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 668.67
Current children cumulated vsize (KiB) 1439024

[startup+670.4 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32373
/proc/meminfo: memFree=29611292/32770624 swapFree=0/432832
[pid=32274] ppid=32271 vsize=1439024 CPUtime=670.27 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1531918 0 0 0 66924 103 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 670.27
Current children cumulated vsize (KiB) 1439024

[startup+671.2 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32374
/proc/meminfo: memFree=29611152/32770624 swapFree=0/432848
[pid=32274] ppid=32271 vsize=1439024 CPUtime=671.07 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1532354 0 0 0 67004 103 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792027 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 671.07
Current children cumulated vsize (KiB) 1439024

[startup+672 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32374
/proc/meminfo: memFree=29611152/32770624 swapFree=0/432848
[pid=32274] ppid=32271 vsize=1439024 CPUtime=671.87 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202496 1532358 0 0 0 67084 103 0 0 20 0 1 0 138081910 1473560576 353416 18446744073709551615 4194304 7396336 140724834902192 140724834897544 5792030 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 21651456 140724834906547 140724834906696 140724834906696 140724834910153 0
/proc/32274/statm: 359756 353416 684 782 0 352772 0
Current children cumulated CPU time (s) 671.87
Current children cumulated vsize (KiB) 1439024

[startup+672.4 s]
/proc/loadavg: 1.99 1.99 2.02 3/185 32374
/proc/meminfo: memFree=29611168/32770624 swapFree=0/432852
[pid=32274] ppid=32271 vsize=0 CPUtime=672.27 cores=1,3,5,7
/proc/32274/stat : 32274 (MistralXCSP) R 32271 32274 4525 0 -1 4202500 1535168 0 0 0 67123 104 0 0 20 0 1 0 138081910 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16386 18446744073709551615 0 0 17 5 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/32274/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 672.27
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 672.426
CPU time (s): 672.305
CPU user time (s): 671.234
CPU system time (s): 1.07098
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 1439024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 671.234
system time used= 1.07099
maximum resident set size= 1425184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1535168
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= 42
involuntary context switches= 196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.75327 second user time and 2.9658 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-10 18:43:46
IDJOB=4261356
IDBENCH=134624
IDSOLVER=2649
FILE ID=node132/4261356-1502384290
RUNJOBID= node132-1502333491-25568
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-10-ext06.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-4261356-1502384290/watcher-4261356-1502384290 -o /tmp/evaluation-result-4261356-1502384290/solver-4261356-1502384290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502333491-25568 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 459506899 HOME/instance-4261356-1502384290.xml

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

MD5SUM BENCH= fdf6f730d724673eeb55be8d6417f725
RANDOM SEED=459506899

node132.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.74
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.74
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.74
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.74
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:        30587152 kB
MemAvailable:   31374808 kB
Buffers:          282876 kB
Cached:           807924 kB
SwapCached:            0 kB
Active:          1278092 kB
Inactive:         473436 kB
Active(anon):     661600 kB
Inactive(anon):    40820 kB
Active(file):     616492 kB
Inactive(file):   432616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14796 kB
Writeback:             4 kB
AnonPages:        660852 kB
Mapped:            59200 kB
Shmem:             41660 kB
Slab:             135796 kB
SReclaimable:     108768 kB
SUnreclaim:        27028 kB
KernelStack:        3296 kB
PageTables:         6476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     936212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62008 MiB
End job on node132 at 2017-08-10 18:54:59